Skip to content

Commit

Permalink
Merge pull request #194 from Smartmind12/patch-3
Browse files Browse the repository at this point in the history
Update usage.md
  • Loading branch information
oleg-nenashev authored Oct 2, 2023
2 parents fc63490 + 2fbe743 commit 070fc29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _docs/mock-api-templates/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This guide explains how to run an API template after you've downloaded the JSON
3. The JSON will be automatically loaded at startup, via the command line

```bash
java -jar wiremock-jre8-standalone-2.35.0.jar
java -jar wiremock-jre8-standalone-{{ site.wiremock_version }}.jar
```

See [this page](../../standalone/java-jar) for general details on running WireMock standalone.
Expand All @@ -31,7 +31,7 @@ docker run -it --rm \
-p 8080:8080 \
--name wiremock \
-v $PWD:/home/wiremock \
wiremock/wiremock:2.35.0
wiremock/wiremock:{{ site.wiremock_version }}
```

See [this page](../../standalone/java-jar) for general details on running WireMock Docker.
Expand Down

0 comments on commit 070fc29

Please sign in to comment.