From 60258387286075f9ddc034de3315a88b4e3d0a4a Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sun, 11 Sep 2016 11:10:00 +0200 Subject: [PATCH] Consistant style for usage --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba7d5e0..3a8a3d6 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ Realtime global deployments served over HTTP/2. -## How to install +## Usage + +Firstly, make sure to install the package: ```bash $ npm install -g now ``` -## How to use - In any directory with a `package.json` or `Dockerfile`, run: ```bash