aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index a495b86..dc5cff2 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
# luax
-Small additions to the lua standard library
+Small additions to the lua standard library, mostly stolen from https://github.com/minetest/minetest/blob/master/builtin/common/misc_helpers.lua
+
+## Included
+
+- `math.clamp(min, max, v)`
+- `string.split(str, delim, include_empty, max_splits, sep_is_pattern)`
+- `table.copy(t, seen)`