Skip to content

Commit ac77400

Browse files
Merge pull request #30 from muhammedMoussa/patch-1
doc(README.md): fix typo at installation and verify steps.
2 parents 2e54c4d + 34833bd commit ac77400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ in particular [holomekc/wiremock](https://github.com/holomekc/wiremock) with emb
1717
## Install WireMock
1818

1919
```bash
20-
helm upgrade --install <release_name> ./chart/<chart_name>
20+
helm upgrade --install <release_name> ./charts/<chart_name>
2121
```
2222

2323
Setup port forwarding
@@ -30,7 +30,7 @@ $ kubectl port-forward $POD_NAME 8080:{{ .Values.service.internalPort}}
3030

3131
## Verify Wiremock deployment
3232

33-
To verify erifying a response using Wiremock, run
33+
To verify a response using Wiremock, run
3434

3535
```bash
3636
$ curl -X POST http://127.0.0.1:8080/v1/hello

0 commit comments

Comments
 (0)