We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e54c4d commit 34833bdCopy full SHA for 34833bd
README.md
@@ -17,7 +17,7 @@ in particular [holomekc/wiremock](https://github.com/holomekc/wiremock) with emb
17
## Install WireMock
18
19
```bash
20
-helm upgrade --install <release_name> ./chart/<chart_name>
+helm upgrade --install <release_name> ./charts/<chart_name>
21
```
22
23
Setup port forwarding
@@ -30,7 +30,7 @@ $ kubectl port-forward $POD_NAME 8080:{{ .Values.service.internalPort}}
30
31
## Verify Wiremock deployment
32
33
-To verify erifying a response using Wiremock, run
+To verify a response using Wiremock, run
34
35
36
$ curl -X POST http://127.0.0.1:8080/v1/hello
0 commit comments