Skip to content

Commit

Permalink
Merge pull request #30 from muhammedMoussa/patch-1
Browse files Browse the repository at this point in the history
doc(README.md): fix typo at installation and verify steps.
  • Loading branch information
oleg-nenashev authored Oct 16, 2023
2 parents 2e54c4d + 34833bd commit ac77400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in particular [holomekc/wiremock](https://github.com/holomekc/wiremock) with emb
## Install WireMock

```bash
helm upgrade --install <release_name> ./chart/<chart_name>
helm upgrade --install <release_name> ./charts/<chart_name>
```

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

## Verify Wiremock deployment

To verify erifying a response using Wiremock, run
To verify a response using Wiremock, run

```bash
$ curl -X POST http://127.0.0.1:8080/v1/hello
Expand Down

0 comments on commit ac77400

Please sign in to comment.