From f95373b69596842aa56b7f0ccffdb51a310bb547 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 11 Jul 2024 18:51:15 -0500 Subject: name change and docs --- docs/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/readme.md') 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 -- cgit v1.2.3