From 26833594601d4c0c861fa38bf83ea455b62fb205 Mon Sep 17 00:00:00 2001 From: Craig Condon Date: Fri, 28 Feb 2014 10:23:04 -0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 723cba7..ea751f8 100644 --- a/README.md +++ b/README.md @@ -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.