summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-10-17 10:18:56 +0000
committerAndrey Listopadov <andreyorst@gmail.com>2021-10-17 10:18:56 +0000
commit5ad279b79b4a19550b5ee8f86560d8ee7a00b892 (patch)
tree97aa22e1ef582bdffaa67989e886acdf08233a5a /README.md
parentcd89b0cc23e281df2807fc0650d79b833544fc2f (diff)
fix: update import-macros example in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ddd1a5..e8a9678 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Now you can require `:cljlib` from Fennel:
``` clojure
(local clj (require :cljlib))
-(import-macros cljm :cljlib.macros)
+(import-macros cljm :cljlib)
```
Optionally precompile the library to make it load slightly faster: