We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6331ae1 commit 0567518Copy full SHA for 0567518
1 file changed
README.org
@@ -14,7 +14,7 @@ In order to install it, add the following to your =build.boot= dependencies:
14
#+END_SRC
15
In addition require the task, specifically =cljs-devtools=.
16
#+BEGIN_SRC clojure
17
-(require '[powerlaces.boot-cljs-devtools :refer [cljs-devtools])
+(require '[powerlaces.boot-cljs-devtools :refer [cljs-devtools]])
18
19
Currently files may be generated in the =out= directory, so it would be advisable to add that to someplace like in a =.gitignore=.
20
** Usage
0 commit comments