From a48c099ffac40f197e0529a8fd65207456fd127d Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Wed, 31 May 2017 21:09:33 +0200 Subject: [PATCH] Slight improvements to reasons for shipping a `pkg`-ed binary --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4e5bbb8..c73635d 100644 --- a/readme.md +++ b/readme.md @@ -19,8 +19,8 @@ now help ## Why Ship a `pkg`-ed Binary? - Simpler installation for non-Node users like those deploying [static files](https://zeit.co/blog/unlimited-static) or [Dockerfiles](https://zeit.co/blog/now-dockerfile). -- Consistency across platforms and installation mechanisms (`npm`, `brew`, manual scripts) -- Parsing and evaluation optimizations: Faster bootup time +- Consistency across platforms and installation mechanisms (`npm`, `brew` and manual scripts) +- Parsing and evaluation optimizations lead to a faster bootup time - Easier installation in automation environments (like CI systems) - Increased safety by providing a unified signature mechanism for releases - We're able to select our own Node version of choice and can take advantage of the latest features