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