From a94c062d9b02caf110e996bd0c4f4b9eb700529a Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Tue, 24 Feb 2015 12:41:18 -0800 Subject: [PATCH] Fix README --- examples/route_guide/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/route_guide/README.md b/examples/route_guide/README.md index 0ca747f3..748e9058 100644 --- a/examples/route_guide/README.md +++ b/examples/route_guide/README.md @@ -19,4 +19,7 @@ The server and client both take optional command line flags. For example, the client and server run without TLS by default. To enable TSL: `go run server/server.go -use_tls=true` + +and + `go run client/client.go -use_tls=true`