Skip to content

Commit

Permalink
docs: corrected wiremock directory in README (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu-james committed May 9, 2024
1 parent 3092459 commit adeeccf
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 @@ -139,7 +139,7 @@ and the <a id="wiremock-standalone-download" href="https://repo1.maven.org/maven
Create a WireMock data directory with two subdirectories; one for stub mappings, and another for descriptor files:

```bash
mkdir -p wiremock/mappings wiremock/grpc
mkdir -p wiremock wiremock/mappings wiremock/grpc
```

Compile your proto files into descriptors:
Expand All @@ -153,7 +153,7 @@ Run WireMock, with both directories you just created on the classpath:
```bash
java -cp wiremock-standalone-{{ versions.wiremock_version }}.jar:wiremock-grpc-extension-standalone-{{ versions.grpc_extension_version }}.jar \
wiremock.Run \
--root-dir wiremock-data
--root-dir wiremock
```

### Stubbing
Expand Down

0 comments on commit adeeccf

Please sign in to comment.