Update README.md

Adding missing comma to example
This commit is contained in:
rknell
2014-11-05 07:57:53 +10:00
parent c07e1d62c7
commit c8562c384d
+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) {