From 67210fbb10fceabd9aa3e96ae794da4fbbdc98c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 3 May 2024 22:51:19 +0200 Subject: [PATCH] Fix some README typos --- crates/http/README.md | 2 +- crates/udp/README.md | 2 +- crates/ws/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/http/README.md b/crates/http/README.md index 219792f..8fa800e 100644 --- a/crates/http/README.md +++ b/crates/http/README.md @@ -87,7 +87,7 @@ After starting the tracker, run the load tester: ```sh . ./scripts/env-native-cpu-without-avx-512 # Optional -cargo build --release -p aquatic_http_load_test -- --help +cargo run --release -p aquatic_http_load_test -- --help ``` ## Details diff --git a/crates/udp/README.md b/crates/udp/README.md index d8abbf9..39776fc 100644 --- a/crates/udp/README.md +++ b/crates/udp/README.md @@ -76,7 +76,7 @@ After starting the tracker, run the load tester: ```sh . ./scripts/env-native-cpu-without-avx-512 # Optional -cargo build --release -p aquatic_udp_load_test -- --help +cargo run --release -p aquatic_udp_load_test -- --help ``` ## Details diff --git a/crates/ws/README.md b/crates/ws/README.md index ae5a34b..6e71866 100644 --- a/crates/ws/README.md +++ b/crates/ws/README.md @@ -91,7 +91,7 @@ After starting the tracker, run the load tester: ```sh . ./scripts/env-native-cpu-without-avx-512 # Optional -cargo build --release -p aquatic_ws_load_test -- --help +cargo run --release -p aquatic_ws_load_test -- --help ``` ## Details