From e59344f2d3903b9643ff8d77064147dfabced117 Mon Sep 17 00:00:00 2001 From: ame Date: Wed, 1 May 2024 14:02:05 -0500 Subject: thread roadmap --- 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 14859a5..9427403 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -14,11 +14,11 @@ which makes a global llib table > llib = require "llib" > ``` -the table has many subtables, with related function in them, you can view them like so +the table has many subtables and functions, with related function in them, you can view them like so ```lua llib.io.pprint(llib) --pprint is a part of the io module, pprint meaning pretty print ``` -all subtables have a corresponding file in this directory, with info on its functions +all subtables and functions have a corresponding file in this directory on usage -- cgit v1.2.3