From a6dbd42b934ab9488fe6261d18d5424217b620c1 Mon Sep 17 00:00:00 2001 From: Bennett Ellis Date: Thu, 13 Sep 2018 15:46:33 -0400 Subject: [PATCH] fix typos in readme causing a few > typos in the text of this readme are causing strange looking output that doesn't flow well --- getting-started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/getting-started.md b/getting-started.md index 73f10b1..b3ea9a3 100644 --- a/getting-started.md +++ b/getting-started.md @@ -39,14 +39,14 @@ $ 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 +```bash $ npm install -g anvil-connect ``` -> to obtain the `nv` command. In the future, installing `anvil-connect` globally +to obtain the `nv` command. In the future, installing `anvil-connect` globally will be deprecated. -> -> `nv` must be run inside the directory where Anvil Connect is configured, unlike -> `nvl`. + +`nv` must be run inside the directory where Anvil Connect is configured, unlike +`nvl`. After this has completed successfully, you can generate all the files you'll need to run your own custom auth server.