From 9c8fb9517b610f0517de28ab9fea1666c812768e Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Wed, 25 Feb 2015 15:45:56 -0800 Subject: [PATCH] Fix README --- examples/route_guide/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/route_guide/README.md b/examples/route_guide/README.md index 63ec0bbc..cb299a4a 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 ```