Skip to content

Commit

Permalink
Merge pull request #88 from wiremock/match-readme-and-index
Browse files Browse the repository at this point in the history
align README.md and index.md
  • Loading branch information
RafeArnold authored Jul 29, 2024
2 parents 770ba8a + 608ebac commit fb7271c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ gRPC stubs are defined using WireMock's standard JSON format. Requests should al

## Reloading gRPC descriptor files

If you plan to update your gRPC descriptor files at runtime, you can inform WireMock to reload all file descriptors via a POST to the admin API endpoint `/__admin/ext/grpc/reset`.
If you plan to update your gRPC descriptor files at runtime, you can inform WireMock to reload all file descriptors via a POST to the admin API endpoint `/__admin/ext/grpc/reset`.

## More Demos

Expand Down
4 changes: 2 additions & 2 deletions docs/index.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 fb7271c

Please sign in to comment.