From 9b08e316381180cd5859002522e745fb2c955c13 Mon Sep 17 00:00:00 2001 From: Kevin Webb Date: Tue, 21 May 2019 13:44:54 -0400 Subject: [PATCH] Update README.md drop @next from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ecbf89..4008f3f 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ The CLI can be easily installed using either `npm` or `yarn`. To install using `npm`: ```sh -npm install -g sharedstreets@next +npm install -g sharedstreets ``` To install using `yarn`: ```sh -yarn global add sharedstreets@next +yarn global add sharedstreets ``` This will install the CLI as `shst`.