typo fixes (#6)

This commit is contained in:
Valeriano Manassero 2021-07-07 09:39:04 +02:00 committed by GitHub
parent 873fb6f7f0
commit 6a2e3ed47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/<chart>
$ helm search repo allegroai
$ helm install <release-name> allegroai/<chart>
```