From 208cf116537eeb89ed5e2b175b83e01c686c4d31 Mon Sep 17 00:00:00 2001 From: Colin Yates Date: Wed, 22 Jan 2020 09:54:25 +0000 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.