diff --git a/README.md b/README.md index af00449..4774d05 100644 --- a/README.md +++ b/README.md @@ -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() { });