Merge pull request #83 from rknell/patch-1

Update README.md
This commit is contained in:
Craig Jefferds
2014-11-04 14:41:23 -08:00
+1 -1
View File
@@ -64,7 +64,7 @@ nexe.compile({
input: 'input.js',
output: 'path/to/bin',
nodeVersion: '0.8.15',
nodeTempDir: __dirname
nodeTempDir: __dirname,
flags: true
}, function(err) {