Fix README

This commit is contained in:
Daniel Wang 2015-02-25 15:45:56 -08:00
parent d58af39ead
commit 9c8fb9517b
1 changed files with 2 additions and 2 deletions

View File

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