diff --git a/README.md b/README.md index 9af98f1..8c2316b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ NodeLua is a module to expose Lua bindings to Node.JS. This is still a work in progress, collaborators welcome. +Right now, all that is implemented is: +* luaL_dofile +* lua_setglobal +* lua_getglobal + ## Install ```bash npm install nodelua