From eb75cf45eb34dc3be0cf749071ab862b766d3962 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Wed, 7 Sep 2016 10:44:08 +0200 Subject: [PATCH] Improved description --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10c5d74..2b2dcfd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 𝚫 now -The fastest way to deploy a Node.JS service. +Realtime global deployments for any kind of application. ## How it works @@ -8,10 +8,9 @@ In any directory with a `package.json`, run: ```bash $ now -> https://some-code-nd23n2.now.sh ``` -every time you run it, you get a new URL (unless nothing's changed). +Every time you run it, you get a new URL (unless nothing's changed). ### Conventions