aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-03-04 13:03:15 +1100
committerdaurnimator <quae@daurnimator.com>2018-03-04 13:03:15 +1100
commit96f85158be4829f3cc0b9ee09442e26486cee7b2 (patch)
treefc8dcd62355eb51e169870fdc2fa5db17091b9bd /README.md
parentb257a242b5b8aef9f32cddf36f595389ab59dff0 (diff)
downloadfengari-96f85158be4829f3cc0b9ee09442e26486cee7b2.tar.gz
fengari-96f85158be4829f3cc0b9ee09442e26486cee7b2.tar.bz2
fengari-96f85158be4829f3cc0b9ee09442e26486cee7b2.zip
src/fengari.js: Export luaconf
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;