From de501fb8790c2c33fe52c0c112efd6e61e758e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ka=C5=BAmierczak?= Date: Tue, 17 Dec 2024 23:01:24 +0100 Subject: [PATCH] Update instrumentation/grpc/README.md Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com> --- instrumentation/grpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/grpc/README.md b/instrumentation/grpc/README.md index d28436035..788c1866d 100644 --- a/instrumentation/grpc/README.md +++ b/instrumentation/grpc/README.md @@ -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