Skip to content

Commit 0567518

Browse files
jobezarichiardi
authored andcommitted
tiny syntax fix in readme (#4)
thanks for working on this!
1 parent 6331ae1 commit 0567518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In order to install it, add the following to your =build.boot= dependencies:
1414
#+END_SRC
1515
In addition require the task, specifically =cljs-devtools=.
1616
#+BEGIN_SRC clojure
17-
(require '[powerlaces.boot-cljs-devtools :refer [cljs-devtools])
17+
(require '[powerlaces.boot-cljs-devtools :refer [cljs-devtools]])
1818
#+END_SRC
1919
Currently files may be generated in the =out= directory, so it would be advisable to add that to someplace like in a =.gitignore=.
2020
** Usage

0 commit comments

Comments
 (0)