aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar kayteh <kayteh@users.noreply.github.com> 2016-06-19 05:28:03 +0800
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-06-19 00:28:03 +0300
commit29a4c4d6c1764a7986e68ab18c4b83f0e08c2df8 (patch)
tree09ceacbfa2911d28ae6872401de2a1b12c13c4bd /README.md
parentSet response Server header to Server.Name if it is empty. This properly handl... (diff)
downloadfasthttp-29a4c4d6c1764a7986e68ab18c4b83f0e08c2df8.tar.gz
fasthttp-29a4c4d6c1764a7986e68ab18c4b83f0e08c2df8.tar.bz2
fasthttp-29a4c4d6c1764a7986e68ab18c4b83f0e08c2df8.zip
Fix small typo in net/http -> fasthttp example (#120)
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 30b4017..d423a7b 100644
--- a/README.md
+++ b/README.md
@@ -308,7 +308,7 @@ with fasthttp support exist:
}
}
- fastttp.ListenAndServe(":80", m)
+ fasthttp.ListenAndServe(":80", m)
```
* net/http -> fasthttp conversion table: