From 553d9a2fff6e44a05540b61b336039b5c2aa829f Mon Sep 17 00:00:00 2001 From: Andrew Nagy Date: Fri, 12 Sep 2014 16:14:04 -0700 Subject: [PATCH] Update README.md Fix the documentation :-) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71b3673..3d0b02d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ var nexe = require('nexe'); nexe.compile({ input: 'input.js', output: 'path/to/bin', - runtime: '0.8.15', + nodeVersion: '0.8.15', + nodeTempDir: __dirname flags: true }, function(err) {