Merge pull request #55 from fritx/patch-1

Update README.md
This commit is contained in:
Craig Condon
2014-05-28 10:28:08 -07:00
+7 -2
View File
@@ -52,13 +52,18 @@ Options:
````
### Code usage
### Code Usage
````javascript
var nexe = require('nexe');
nexe.compile({ input: 'input.js', output: 'path/to/bin', runtime: '0.8.15', flags: true } function() {
nexe.compile({
input: 'input.js',
output: 'path/to/bin',
runtime: '0.8.15',
flags: true
}, function(err) {
});