diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-10-17 10:18:56 +0000 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-10-17 10:18:56 +0000 |
| commit | 5ad279b79b4a19550b5ee8f86560d8ee7a00b892 (patch) | |
| tree | 97aa22e1ef582bdffaa67989e886acdf08233a5a | |
| parent | cd89b0cc23e281df2807fc0650d79b833544fc2f (diff) | |
fix: update import-macros example in readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |