diff --git a/README.md b/README.md index 21fd3b9..af00449 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ Options: ````javascript - var nexe = require('nexe'); +var nexe = require('nexe'); - nexe.compile('input.js', 'output.bin', function() { - - }); +nexe.compile('input.js', 'output.bin', function() { + +}); ````