diff options
| author | ame <[email protected]> | 2024-03-13 16:03:10 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-03-13 16:03:10 -0500 |
| commit | eb6608e16d253ded9ee3979f236b68d4988c1da5 (patch) | |
| tree | 6e7f5619f468e5b4e34378def3e9f2960d909b38 /docs/readme.md | |
| parent | 2a3575134b386b60bafbf59d6475cf45ded7d4e3 (diff) | |
blake2{b,s} and maybe other stuff
Diffstat (limited to 'docs/readme.md')
| -rw-r--r-- | docs/readme.md | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/docs/readme.md b/docs/readme.md index 18deebf..14859a5 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,24 +1,24 @@ -# lualib (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 -require "llib" -``` - -which makes a global llib table - -> ### future require versions will eventually return the table -> ```lua -> llib = require "llib" -> ``` - -the table has many subtables, 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 - +# lualib (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
+require "llib"
+```
+
+which makes a global llib table
+
+> ### future require versions will eventually return the table
+> ```lua
+> llib = require "llib"
+> ```
+
+the table has many subtables, 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
+
|
