From 0bde7032776026fa3c17e48f9110d9c20993b77a Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Wed, 7 Jul 2021 09:38:49 +0200 Subject: [PATCH] typo fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bf3af6..551ef7c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To install Helm, refer to the [Helm install guide](https://github.com/helm/helm# ```bash $ helm repo add allegroai https://allegroai.github.io/clearml-helm-charts -$ helm search repo allegroai $ helm repo update -$ helm install my-release allegroai/ +$ helm search repo allegroai +$ helm install allegroai/ ```