Update README.md

Fix the documentation :-)
This commit is contained in:
Andrew Nagy
2014-09-12 16:14:04 -07:00
parent fcd2acfed6
commit 553d9a2fff
+2 -1
View File
@@ -61,7 +61,8 @@ var nexe = require('nexe');
nexe.compile({
input: 'input.js',
output: 'path/to/bin',
runtime: '0.8.15',
nodeVersion: '0.8.15',
nodeTempDir: __dirname
flags: true
}, function(err) {