aboutsummaryrefslogtreecommitdiff
path: root/docs/readme.md
diff options
context:
space:
mode:
authorame <[email protected]>2024-03-13 16:03:10 -0500
committerame <[email protected]>2024-03-13 16:03:10 -0500
commiteb6608e16d253ded9ee3979f236b68d4988c1da5 (patch)
tree6e7f5619f468e5b4e34378def3e9f2960d909b38 /docs/readme.md
parent2a3575134b386b60bafbf59d6475cf45ded7d4e3 (diff)
blake2{b,s} and maybe other stuff
Diffstat (limited to 'docs/readme.md')
-rw-r--r--docs/readme.md48
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
+