aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 78ed892..ee6880f 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,6 @@ In the browser `require` and `package.loadlib` try to find a file by making sync
- `lua_gc`/`collectgarbage`: Fengari relies on the JS garbage collector and does not implement its own.
- The following functions are only available in Node:
- - `luaL_dofile`
- - `luaL_loadfilex`
- - `luaL_loadfile`
- - `loadfile`
- - `dofile`
- The entire `io` lib
- `os.remove`
- `os.rename`