summaryrefslogtreecommitdiff
path: root/benchmark/README.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2015-06-26 21:12:27 -0700
committerAli Ijaz Sheikh <ofrobots@google.com>2015-06-29 10:11:52 -0700
commitf52d73352eec7f1f74c188a2f9762d474c01c1f9 (patch)
treebe8c527c8b1ed13e595fddea449cd4db87a79970 /benchmark/README.md
parente3f9335c407602f7bd5f61a8697198d05cb5653b (diff)
downloadandroid-node-v8-f52d73352eec7f1f74c188a2f9762d474c01c1f9.tar.gz
android-node-v8-f52d73352eec7f1f74c188a2f9762d474c01c1f9.tar.bz2
android-node-v8-f52d73352eec7f1f74c188a2f9762d474c01c1f9.zip
benchmark: fix typo in README
PR-URL: https://github.com/nodejs/io.js/pull/2067 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'benchmark/README.md')
-rw-r--r--benchmark/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index e14919d620..456cdf1769 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -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