Skip to content

Commit 177a997

Browse files
committed
Fix copy command
1 parent 99e99ec commit 177a997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ This chart will do the following:
1717
First, add the repo:
1818

1919
```console
20-
$ helm repo add twuni https://helm.twun.io
20+
helm repo add twuni https://helm.twun.io
2121
```
2222

2323
To install the chart, use the following:
2424

2525
```console
26-
$ helm install twuni/docker-registry
26+
helm install twuni/docker-registry
2727
```
2828

2929
## Configuration

0 commit comments

Comments
 (0)