diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/readme.md b/docs/readme.md index 9fbb022..c9aa7d7 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,10 +1,10 @@ -# lualib (llib)
+# lullaby (llib)
(name subject to change)
with the library in the same directory [(or one of the other valid search locations)](https://www.lua.org/pil/8.1.html)
```lua
-llib = require "llib"
+llib = require "lullaby"
```
returns a table has many subtables and functions, with related function in them, you can view them like so
|
