Skip to content

Commit c94b734

Browse files
author
TheCodeAssassin
authored
Update README.md
Small typographical corrections
1 parent 2b13695 commit c94b734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Unfortunately, most of the (early) routers use pretty bad routing algorithms. Mo
3535

3636
Lately more and more bloated frameworks pop up, outdoing one another in the number of features. This benchmark tries to measure their overhead.
3737

38-
Beware that we are comparing apples to oranges here, we compare feature-rich frameworks to packages with simple routing functionality only. But since we are only interested in decent request routing, I think this is not entirely unfair. The frameworks are configured to do as little additional work as possible.
38+
Be aware that we are comparing apples and oranges here. We compare feature-rich frameworks to packages with simple routing functionality only. But since we are only interested in decent request routing, I think this is not entirely unfair. The frameworks are configured to do as little additional work as possible.
3939

4040
If you care about performance, this benchmark can maybe help you find the right router, which scales with your application.
4141

@@ -374,12 +374,12 @@ In the end, performance can not be the (only) criterion for choosing a router. P
374374

375375
## Usage
376376

377-
If you'd like to run these benchmarks locally, you'll need to install the packge first:
377+
If you'd like to run these benchmarks locally, you'll need to install the package first:
378378

379379
```bash
380380
go get github.com/julienschmidt/go-http-routing-benchmark
381381
```
382-
This may take a while due to the large number of dependencies that need to be downloaded. Once that command completes, you can run the full set of benchmarks like this:
382+
This may take a while due to the large number of dependencies that need to be downloaded. Once that command has finished you can run the full set of benchmarks like this:
383383

384384
```bash
385385
cd $GOPATH/src/github.com/julienschmidt/go-http-routing-benchmark

0 commit comments

Comments
 (0)