diff options
| author | ame <[email protected]> | 2024-05-01 14:02:05 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-05-01 14:02:05 -0500 |
| commit | e59344f2d3903b9643ff8d77064147dfabced117 (patch) | |
| tree | b33eac843e4086e3968dda48ccaec5f0a0d2e1f9 /docs/readme.md | |
| parent | 15a906def7194e84ea151f6bf1972fc7c1986fd4 (diff) | |
thread roadmap
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 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
|
