aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b145f68..78c12ca 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ However it is rare to use this repository directly.
Once you've loaded fengari, you can use the JS API:
```javascript
+const luaconf = fengari.luaconf;
const lua = fengari.lua;
const lauxlib = fengari.lauxlib;
const lualib = fengari.lualib;