From 30fe7d48caace64ede3a5f5b3374e60c6ae1a7f2 Mon Sep 17 00:00:00 2001 From: Brent Hoover Date: Mon, 22 Aug 2022 17:36:44 +0800 Subject: [PATCH] fix: install command without org Signed-off-by: Brent Hoover --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d1ab38..5d1d1cc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Before you can use the Open Commerce CLI you need to install the command line to ### From NPM (Suggested method) First install the cli by running: ``` -npm install -g @reactioncommerce/reaction-cli +npm install -g reaction-cli ``` You can test to see if it has worked here by running: