diff options
| author | ame <[email protected]> | 2024-07-11 18:51:15 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-07-11 18:51:15 -0500 |
| commit | e3af5c593585af11b61e8c467311bc7c31035855 (patch) | |
| tree | 567943db6f3d265927b232a5f95a58d45eb6eec7 /docs/readme.md | |
| parent | 42838a87b8f49db2ae5781498edf4192c61a21a6 (diff) | |
name change and docs
Diffstat (limited to 'docs/readme.md')
| -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
|
