Fix README
This commit is contained in:
@ -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:
|
client and server run without TLS by default. To enable TSL:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go run server/server.go -tls=true
|
$ go run server/server.go -tls=true
|
||||||
```
|
```
|
||||||
|
|
||||||
and
|
and
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go run client/client.go -tls=true
|
$ go run client/client.go -tls=true
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user