From 564dffe925835fb22e1d446bb4414717488d1230 Mon Sep 17 00:00:00 2001 From: LorenzGardner Date: Fri, 19 Dec 2014 14:23:40 -0600 Subject: [PATCH] clarify workaround for native module support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68eeea3..a5d36db 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Nexe is a command-line utility that compiles your Node.js application into a sin ### Doesn't support native modules -- Use the techniques below for working around dynamic require statments to exclude the module from the bundling, and deploy along side the executable in a node_module folder so your app can find it. +- Use the techniques below for working around dynamic require statments to exclude the module from the bundling, and deploy along side the executable in a node_module folder so your app can find it. Note: On windows you may need to have your app be named node.exe if .node file depends on node. ###Doesn't support dynamic require statments Such As: