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
5
5
6
6
## Overview
7
7
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
9
9
from [ grpc/grpc-swift-extras] ( https://github.com/grpc/grpc-swift-extras ) and the
10
10
Echo service (see the 'echo' example).
11
11
@@ -32,8 +32,8 @@ $ swift run reflection-server
32
32
Reflection server listening on [ipv4]127.0.0.1:31415
33
33
```
34
34
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
37
37
[ README] ( https://github.com/fullstorydev/grpcurl ) .
38
38
39
39
You can list all services with:
You can’t perform that action at this time.
0 commit comments