From babe5c3f6ce3f1f7a81e58788e1fbbc309827517 Mon Sep 17 00:00:00 2001 From: Omri Bar-Zik Date: Thu, 6 May 2021 09:37:00 +0300 Subject: [PATCH] docs: Fix README.md install command (#2230) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c53f1dd7c..4868f05c5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Google Cloud Storage** or create your own plugin. Install with npm: ```bash -npm install --global verdaccio@6-next --https://registry.verdaccio.org/ +npm install --global verdaccio@6-next --registry https://registry.verdaccio.org/ ``` > Published on a temporary registry while setup is ready to publish on npmjs