Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
Updating WireMock API Templates Library page to WireMock3

Closes #155
  • Loading branch information
Smartmind12 authored Oct 1, 2023
1 parent b7a2c02 commit 688a907
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-3.2.0.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:3.2.0
```

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

0 comments on commit 688a907

Please sign in to comment.