From: Rich Trott Date: Sat, 27 Jun 2015 04:12:27 +0000 (-0700) Subject: benchmark: fix typo in README X-Git-Tag: v2.3.2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f52d73352eec7f1f74c188a2f9762d474c01c1f9;p=platform%2Fupstream%2Fnodejs.git benchmark: fix typo in README PR-URL: https://github.com/nodejs/io.js/pull/2067 Reviewed-By: Brian White Reviewed-By: Jeremiah Senkpiel --- diff --git a/benchmark/README.md b/benchmark/README.md index e14919d..456cdf1 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