From e7de9abb9ae96155b03916c5eb387fa58c9e4579 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Fri, 6 Jan 2017 22:26:09 +0100 Subject: [PATCH] Removed terminal indicators --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba44047..99068e2 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,19 @@ Realtime global deployments served over HTTP/2. You can find the FAQs [here](htt Firstly, make sure to install the package globally: ```bash -$ npm install -g now +npm install -g now ``` -Run this in any directory: +Run this command in your terminal: ```bash -$ now +now ``` For more examples, usage instructions and other commands run: ```bash -$ now help +now help ``` ## Caught a Bug?