From 0e055491d58ccdd3cb7f30796559a20abfe8d505 Mon Sep 17 00:00:00 2001 From: Appu Date: Wed, 9 Feb 2022 14:29:47 -0500 Subject: [PATCH] Format directory/file references (#5184) --- examples/route_guide/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/route_guide/README.md b/examples/route_guide/README.md index ddec3a0bb5b8..29343b1c6b59 100644 --- a/examples/route_guide/README.md +++ b/examples/route_guide/README.md @@ -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