diff --git a/examples/route_guide/README.md b/examples/route_guide/README.md index 63ec0bbcd..cb299a4a6 100644 --- a/examples/route_guide/README.md +++ b/examples/route_guide/README.md @@ -23,11 +23,11 @@ The server and client both take optional command line flags. For example, the client and server run without TLS by default. To enable TSL: ```sh -go run server/server.go -tls=true +$ go run server/server.go -tls=true ``` and ```sh -go run client/client.go -tls=true +$ go run client/client.go -tls=true ```