From 270f9cf79d97d23ce177749c09d868ae417bd675 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sun, 24 Aug 2025 09:10:34 +0200 Subject: [PATCH] README: fix command to run the server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.