From 8c8a1eddd7a40a6b15e1cf05e85125765916c0b5 Mon Sep 17 00:00:00 2001 From: Craig Condon Date: Fri, 28 Feb 2014 10:21:27 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d967fe..723cba7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Compile javascript **with** node.js. This allows you to move your executable aro ### Motivation -- Developing client-side utilities without requiring to install a bunch of dependencies first (node.js, npm, additional deps). +- Developing client-side utilities without requiring to install a bunch of dependencies first (node.js, npm, other libs). - Ability to run multiple node.js applications with *different* node.js runtimes. - Distributable packages without needing node / npm. - Starts faster.