From 5ad279b79b4a19550b5ee8f86560d8ee7a00b892 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sun, 17 Oct 2021 10:18:56 +0000 Subject: fix: update import-macros example in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3