diff --git a/README.md b/README.md index c5027ea..6ed6f60 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ClojureScript namespace via the `:main` key: {:duct.module/cljs {:main foo.client}} ``` -This sets up the [compiler.cljs][] key for compiling wvia `lein run +This sets up the [compiler.cljs][] key for compiling via `lein run :duct/compiler`, and the [server.figwheel][] key for dynamically reloading ClojureScript files during development when calling `(reset)` in the REPL.