updated readme

This commit is contained in:
Craig Condon
2011-11-26 17:03:08 -06:00
parent 51879ed636
commit b385069ebb
+4 -4
View File
@@ -44,11 +44,11 @@ Options:
````javascript
var nexe = require('nexe');
var nexe = require('nexe');
nexe.compile('input.js', 'output.bin', function() {
});
nexe.compile('input.js', 'output.bin', function() {
});
````