Skip to content

Commit 2b08a03

Browse files
Update README.md
1 parent ed2e502 commit 2b08a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/grpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ instrumentation.
5050

5151
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:
5252

53-
```
53+
```sh
5454
bundle exec grpc_tools_ruby_protoc --ruby_out=. --grpc_out=. test/support/proto/ping.proto
5555
```
5656

0 commit comments

Comments
 (0)