diff --git a/README.md b/README.md index 8ec17f3..71b3673 100644 --- a/README.md +++ b/README.md @@ -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) { });