Skip to content

Commit 541f368

Browse files
authored
Merge pull request #136 from ilmax/main
[TINY] Fix copy command in README
2 parents 99e99ec + 177a997 commit 541f368

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)