Skip to content

Commit

Permalink
Update instrumentation/grpc/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Reopelle <[email protected]>
  • Loading branch information
michal-kazmierczak and kaylareopelle authored Dec 17, 2024
1 parent 5bb6a8d commit de501fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ instrumentation.

## Development

Integration tests relay on a real gRPC server which is started by relevant tests. The proto definition is located in `test/support/proto/ping.proto`. Making changes to the proto definition requires re-creating grpc-generated code. To do this, run the following command:
Integration tests rely on a real gRPC server that is started by relevant tests. The proto definition is located in `test/support/proto/ping.proto`. Making changes to the proto definition requires re-creating gRPC-generated code. To do this, run the following command:

```sh
bundle exec grpc_tools_ruby_protoc --ruby_out=. --grpc_out=. test/support/proto/ping.proto
Expand Down

0 comments on commit de501fb

Please sign in to comment.