aboutsummaryrefslogtreecommitdiff
path: root/docs/readme.md
diff options
context:
space:
mode:
authorame <[email protected]>2024-07-11 18:51:15 -0500
committerame <[email protected]>2024-07-11 18:51:15 -0500
commite3af5c593585af11b61e8c467311bc7c31035855 (patch)
tree567943db6f3d265927b232a5f95a58d45eb6eec7 /docs/readme.md
parent42838a87b8f49db2ae5781498edf4192c61a21a6 (diff)
name change and docs
Diffstat (limited to 'docs/readme.md')
-rw-r--r--docs/readme.md4
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