updated readme

This commit is contained in:
Craig Condon
2011-11-26 17:03:30 -06:00
parent a2f6492d71
commit b2f621d7d0
+1 -1
View File
@@ -46,7 +46,7 @@ Options:
var nexe = require('nexe');
nexe.compile('input.js', 'output.bin', function() {
nexe.compile({ entries: 'input.js', output: 'path/to/bin', runtime: '0.6.3' } function() {
});