Update README.md

This commit is contained in:
Craig Condon
2014-02-28 10:21:17 -08:00
parent cef44e9b77
commit 3eea6784dd
+1 -1
View File
@@ -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).
- Developing client-side utilities without requiring to install a bunch of dependencies first (node.js, npm, additional deps).
- Ability to run multiple node.js applications with *different* node.js runtimes.
- Distributable packages without needing node / npm.
- Starts faster.