Browse Source

fixed typo

v0.1.x
Brett Langdon 13 years ago
parent
commit
4a00c883b1
1 changed files with 1 additions and 1 deletions
  1. +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 = new nodelua.LuaObject();
lua.doFile('some_file.lua');
console.dir(lua.getGlobal('some_var'));


Loading…
Cancel
Save