summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2022-10-29 16:12:59 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2022-10-29 16:12:59 +0300
commit1e445990065936a07cf1e33be2ea5c48799ac289 (patch)
tree31ecdbb92dfbcd8792a2d0ac6d1442062130cefa
parentebc9734006afc277e8186678366ded9a1230db8c (diff)
fix a typo in the usage section
-rw-r--r--.fenneldoc2
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md2
3 files changed, 6 insertions, 2 deletions
diff --git a/.fenneldoc b/.fenneldoc
index ab82b39..c905ba1 100644
--- a/.fenneldoc
+++ b/.fenneldoc
@@ -155,7 +155,7 @@ non-ASCII strings."
:out-dir "./doc"
:project-copyright "Copyright (C) 2020-2021 Andrey Listopadov"
:project-license "[MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE)"
- :project-version "v1.1.0"
+ :project-version "v1.1.1"
:sandbox false
:test-requirements {:init-macros.fnl "(require-macros :init-macros)
(import-macros {: assert-eq} :fennel-test)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab82ba7..09dfb2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
## Cljlib dev (???)
+## Cljlib v1.1.1 (2022-10-29)
+
+- fixed typo in the installation instructions
+
## Cljlib v1.1.0 (2022-10-29)
- Vectors can store `nil` values
diff --git a/README.md b/README.md
index f52b316..384525b 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Now you can require `:cljlib` from Fennel:
Make sure to set up the `FENNEL_PATH` and `LUA_PATH` to include the installation directory:
FENNEL_PATH="cljlib/?/init.fnl;$FENNEL_PATH"
- LUA_PATH="cljlib/?/init.lua;#LUA_PATH"
+ LUA_PATH="cljlib/?/init.lua;$LUA_PATH"
Alternatively, precompile the library to make it load slightly faster: