From f52d73352eec7f1f74c188a2f9762d474c01c1f9 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 26 Jun 2015 21:12:27 -0700 Subject: [PATCH] benchmark: fix typo in README PR-URL: https://github.com/nodejs/io.js/pull/2067 Reviewed-By: Brian White Reviewed-By: Jeremiah Senkpiel --- benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/README.md b/benchmark/README.md index e14919d6201e1b..456cdf1769fde2 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