benchmark: fix typo in README
authorRich Trott <rtrott@gmail.com>
Sat, 27 Jun 2015 04:12:27 +0000 (21:12 -0700)
committerAli Ijaz Sheikh <ofrobots@google.com>
Mon, 29 Jun 2015 17:11:52 +0000 (10:11 -0700)
PR-URL: https://github.com/nodejs/io.js/pull/2067
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
benchmark/README.md

index e14919d..456cdf1 100644 (file)
@@ -9,7 +9,7 @@ Most of the http benchmarks require [`wrk`][wrk] and [`ab`][ab] (ApacheBench) be
 These may be available through your preferred package manager.
 
 If they are not available:
-- `wrk` may easily built [from source](https://github.com/wg/wrk) via `make`.
+- `wrk` may easily be built [from source][wrk] via `make`.
 - `ab` is sometimes bundled in a package called `apache2-utils`.
 
 [wrk]: https://github.com/wg/wrk