Skip to content

Commit 2ce846d

Browse files
committed
consistency
1 parent 50d5a64 commit 2ce846d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/reflection-server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
99
from [grpc/grpc-swift-extras](https://github.com/grpc/grpc-swift-extras) and the
1010
Echo service (see the 'echo' example).
1111

@@ -32,8 +32,8 @@ $ swift run reflection-server
3232
Reflection 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

3939
You can list all services with:

0 commit comments

Comments
 (0)