Skip to content

Commit 67cb564

Browse files
Update README.md (#1300)
Grammatical fix to documentation
1 parent 85599b9 commit 67cb564

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ introduces the core features of servant. After this article, you should be able
99
to write your first servant webservices, learning the rest from the haddocks'
1010
examples.
1111

12-
The central documentation can be found [here](http://docs.servant.dev/).
12+
The core documentation can be found [here](http://docs.servant.dev/).
1313
Other blog posts, videos and slides can be found on the
1414
[website](http://www.servant.dev/).
1515

@@ -51,9 +51,9 @@ To regenerate the script use (*note:* atm you need to comment `doc/cookbook/` pa
5151
runghc ~/Documents/other-haskell/multi-ghc-travis/make_travis_yml_2.hs regenerate
5252
```
5353

54-
In case Travis jobs fail due failing build of dependency, you can temporarily
55-
add `constraints` to the `cabal.project`, and regenerate the `.travis.yml`.
56-
For example, the following will disallow single `troublemaker-13.37` package version:
54+
In case Travis jobs fail due to a dependency failing to build, you can temporarily
55+
add `constraints` to the `cabal.project` file, and regenerate the `.travis.yml`.
56+
For example, the following will disallow a single `troublemaker-13.37` package version:
5757

5858
```
5959
constraints:
@@ -62,7 +62,7 @@ constraints:
6262

6363
## TechEmpower framework bechmarks
6464

65-
We develop & maintain the servant TFB entry in https://github.com/haskell-servant/FrameworkBenchmarks/
65+
We develop and maintain the servant TFB entry in https://github.com/haskell-servant/FrameworkBenchmarks/
6666

6767
To verify (i.e. compile and test that it works)
6868

@@ -82,4 +82,4 @@ To compare with `reitit` (Clojure framework)
8282
./tfb --mode benchmark --test reitit reitit-async reitit-jdbc servant servant-beam servant-psql-simple --type json plaintext db fortune
8383
```
8484

85-
And visualise the results at https://www.techempower.com/benchmarks/#section=test
85+
You can see the visualised results at https://www.techempower.com/benchmarks/#section=test

0 commit comments

Comments
 (0)