aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d5fd8a3..242d822 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ To address that issue, Lua strings are represented by an array of bytes in Fenga
### _Missing_ features
-- `lua_gc/collectgarbage`: Fengari relies on the JS garbage collector and does not implement its own.
+- `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`
@@ -37,6 +37,7 @@ To address that issue, Lua strings are represented by an array of bytes in Fenga
- `os.tmpname`
- `os.execute`
+## Extensions
### `dv = lua_todataview(L, idx)`