Corrects bazel run command in README.
It does not match the bazel command in the BUILD file.

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #37664

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37664 from nolasconapoleao:fix_interceptor_readme 42d828f2ec
PiperOrigin-RevId: 686223940
test_681606201
Nolasco Napoleão 1 month ago committed by Copybara-Service
parent d70bcddb27
commit 48265637c4
  1. 4
      examples/cpp/interceptors/README.md

@ -15,11 +15,11 @@ On the server-side, a very simple logging interceptor is added that simply logs
To run the server - To run the server -
``` ```
$ tools/bazel run examples/cpp/interceptors:server $ tools/bazel run examples/cpp/interceptors:keyvaluestore_server
``` ```
To run the client (on a different terminal) - To run the client (on a different terminal) -
``` ```
$ tools/bazel run examples/cpp/interceptors:client $ tools/bazel run examples/cpp/interceptors:keyvaluestore_client
``` ```

Loading…
Cancel
Save