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 ```