From a2f6492d71ba8ac1662802be9e65bc02821a4fe1 Mon Sep 17 00:00:00 2001 From: Craig Condon Date: Sat, 26 Nov 2011 17:03:08 -0600 Subject: [PATCH] updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() { + +}); ````