From 68d46e4b07f8868ec52c38b0d36ec9dc63b5906a Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 10 Sep 2016 20:12:16 +0200 Subject: [PATCH] Indicate CLI --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23ba115..bc0ae1b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Realtime global deployments served over HTTP/2. ## How to install ```bash -npm install -g now +$ npm install -g now ``` ## How to use @@ -13,11 +13,11 @@ npm install -g now In any directory with a `package.json` or `Dockerfile`, run: ```bash -now +$ now ``` For more examples, usage instructions and other commands run: ```bash -now help +$ now help ```