diff --git a/README.md b/README.md index 8ca4804..4c86744 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a (partial) implementation of the [QUIC Perf Protocol](https://datatrack ### Server ```commandline -go run cmd/main.go --run-server=true --server-address=0.0.0.0: +go run cmd/main.go --run-server --server-address=0.0.0.0: ``` A pprof endpoint is available at port 6060.