aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Emir Beganović <beganovic.emir@gmail.com> 2018-09-17 10:27:48 +0400
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2018-09-17 14:42:35 +0800
commit351f874e5e3d561139589f77d0be6f181d1972bd (patch)
tree8b12f70d99e987b8a859b26944bf409e6fb39edc /README.md
parentRemove redundant else statements (diff)
downloadfasthttp-351f874e5e3d561139589f77d0be6f181d1972bd.tar.gz
fasthttp-351f874e5e3d561139589f77d0be6f181d1972bd.tar.bz2
fasthttp-351f874e5e3d561139589f77d0be6f181d1972bd.zip
Fix small typo in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7d0891..1a8bff8 100644
--- a/README.md
+++ b/README.md
@@ -550,7 +550,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
**NOTE**: Go 1.9.7 is the oldest tested version. We recommend you to update as soon as you can. As of 1.11.3 we will drop 1.9.x support.
-* *Please provide real benchmark data and sever information*
+* *Please provide real benchmark data and server information*
See [this issue](https://github.com/valyala/fasthttp/issues/4).