diff --git a/README.md b/README.md index c39829d..e4c4062 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ There exists a [list of public iperf servers](https://iperf.fr/iperf-servers.php ## stdbuf -´iperf3` seems to buffer its `stdout`. A tool named `stdbuf` helps achieving realtime output, so the data can be piped into the next tool. +`iperf3` seems to buffer its `stdout`. A tool named `stdbuf` helps achieving realtime output, so the data can be piped into the next tool. ```bash stdbuf -o0 iperf3 -i $PINTERVAL -R -t $PTIME -f k -c $PERFHOST