Skip to content

Commit

Permalink
Fix some README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed May 3, 2024
1 parent 19df20e commit 67210fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/udp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67210fb

Please sign in to comment.