Update README.md

This commit is contained in:
Craig Condon
2014-02-28 10:23:04 -08:00
parent 94a82867fe
commit 2683359460
+2 -3
View File
@@ -3,9 +3,8 @@ 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, other libs).
- Ability to run multiple node.js applications with *different* node.js runtimes.
- Distributable packages without needing node / npm.
- Ability to run multiple applications with *different* node.js runtimes.
- Distributable binaries without needing node / npm.
- Starts faster.
- Lockdown specific application versions, and easily rollback.
- Faster deployments.