aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2017-03-14 14:58:22 -0700
committerBruce A. Mah <bmah@es.net>2017-03-14 14:58:22 -0700
commit59a11c6236c533aa4ca11b13aa12c225f3fa8e91 (patch)
treea0d3174727c23883bd760a033e949912ba39dc77 /README.md
parent9f28b247ba689d15d09c9c09eb5b18b7cebfc0e0 (diff)
downloadiperf3-59a11c6236c533aa4ca11b13aa12c225f3fa8e91.tar.gz
Add missing word. Fixes #527.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a5a6da..53947bb 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ This version, sometimes referred to as iperf3, is a redesign of an
original version developed at NLANR/DAST. iperf3 is a new
implementation from scratch, with the goal of a smaller, simpler code
base, and a library version of the functionality that can be used in
-other programs. iperf3 also a number of features found in other tools
+other programs. iperf3 also has a number of features found in other tools
such as nuttcp and netperf, but were missing from the original iperf.
These include, for example, a zero-copy mode and optional JSON output.
Note that iperf3 is *not* backwards compatible with the original iperf.