Skip to content

Commit

Permalink
Format directory/file references (#5184)
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Feb 9, 2022
1 parent c44f627 commit 0e05549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/route_guide/README.md
Expand Up @@ -4,11 +4,11 @@ perform unary, client streaming, server streaming and full duplex RPCs.

Please refer to [gRPC Basics: Go](https://grpc.io/docs/tutorials/basic/go.html) for more information.

See the definition of the route guide service in routeguide/route_guide.proto.
See the definition of the route guide service in `routeguide/route_guide.proto`.

# Run the sample code
To compile and run the server, assuming you are in the root of the route_guide
folder, i.e., .../examples/route_guide/, simply:
To compile and run the server, assuming you are in the root of the `route_guide`
folder, i.e., `.../examples/route_guide/`, simply:

```sh
$ go run server/server.go
Expand Down

0 comments on commit 0e05549

Please sign in to comment.