From 4604a0d7614883b9093d24fbdba4f56c48f4577d Mon Sep 17 00:00:00 2001 From: Jonathan ES Lin Date: Sun, 3 Sep 2017 13:30:17 +0800 Subject: [PATCH] Fix formatting for Getting Started The formatting is broken --- getting-started.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/getting-started.md b/getting-started.md index 73f10b1..b565254 100644 --- a/getting-started.md +++ b/getting-started.md @@ -39,9 +39,7 @@ $ npm install -g anvil-connect-cli > **Note:** Some commands in the documentation will refer to the `nv` command. As the `anvil-connect-cli` package is still in the process of becoming feature-complete, you will also need to run -> ```bash -$ npm install -g anvil-connect -``` +> `npm install -g anvil-connect` > to obtain the `nv` command. In the future, installing `anvil-connect` globally will be deprecated. >