This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
NodeLua
mirror of
https://github.com/brettlangdon/NodeLua.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
5
Wiki
Activity
Browse Source
fixed typo
v0.1.x
Brett Langdon
13 years ago
parent
f3c3ffbf26
commit
4a00c883b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+ 1
- 1
README.md
View File
@ -22,7 +22,7 @@ See test/test.js
```javascript
var nodelua = require('nodelua');
var lua = nodelua.LuaObject();
var lua = n
ew n
odelua.LuaObject();
lua.doFile('some_file.lua');
console.dir(lua.getGlobal('some_var'));
Write
Preview
Loading…
Cancel
Save