Fix README

This commit is contained in:
Daniel Wang
2015-02-24 12:41:18 -08:00
parent 7ffe7b2473
commit a94c062d9b

View File

@ -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`