From 931594bb826019bda1ad124f10393e0df9c2c5a8 Mon Sep 17 00:00:00 2001 From: maslow Date: Tue, 7 Mar 2023 05:43:24 +0800 Subject: [PATCH] chore: fix install cmd error in README.md (#122) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0b308c..678a151 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ``` $ helm repo add verdaccio https://charts.verdaccio.org $ helm repo update -$ helm install verdaccio/verdaccio +$ helm install verdaccio verdaccio/verdaccio ``` > ⚠️ If you are using **stable/verdaccio** chart, [be aware is deprecated](https://github.com/helm/charts/pull/21929), forward all new PR and or issues to this repository.