aboutsummaryrefslogtreecommitdiff
path: root/docs/readme.md
diff options
context:
space:
mode:
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 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