From b2f621d7d0816b1bb7a3804beabeb6248a360b60 Mon Sep 17 00:00:00 2001 From: Craig Condon Date: Sat, 26 Nov 2011 17:03:30 -0600 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { });