File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Examples/reflection-server Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ detail in the [gRPC documentation](https://github.com/grpc/grpc/blob/6fa8043bf9b
55
66## Overview
77
8- A " reflection-server" command line tool that uses the reflection service implementation
8+ A ' reflection-server' command line tool that uses the reflection service implementation
99from [ grpc/grpc-swift-extras] ( https://github.com/grpc/grpc-swift-extras ) and the
1010Echo service (see the 'echo' example).
1111
@@ -32,8 +32,8 @@ $ swift run reflection-server
3232Reflection server listening on [ipv4]127.0.0.1:31415
3333```
3434
35- You can use ` grpcurl ` to query the reflection service. If you don't already have
36- it installed follow the instructions in the ` grpcurl ` project's
35+ You can use ' grpcurl' to query the reflection service. If you don't already have
36+ it installed follow the instructions in the ' grpcurl' project's
3737[ README] ( https://github.com/fullstorydev/grpcurl ) .
3838
3939You can list all services with:
You can’t perform that action at this time.
0 commit comments