diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2022-10-29 16:12:59 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2022-10-29 16:12:59 +0300 |
| commit | 1e445990065936a07cf1e33be2ea5c48799ac289 (patch) | |
| tree | 31ecdbb92dfbcd8792a2d0ac6d1442062130cefa /README.md | |
| parent | ebc9734006afc277e8186678366ded9a1230db8c (diff) | |
fix a typo in the usage section
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |