aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Aadithya V <122285339+aadithyavamb@users.noreply.github.com> 2023-01-10 13:16:18 +0530
committerGravatar GitHub <noreply@github.com> 2023-01-10 08:46:18 +0100
commitfc2d704c1f4b8377f4578d68fa486a81ea97ec52 (patch)
tree9247d8b4489eff56d75ec38ce7c94dc3710ad541 /README.md
parentGithub actions/checkout@v3 (diff)
downloadfasthttp-fc2d704c1f4b8377f4578d68fa486a81ea97ec52.tar.gz
fasthttp-fc2d704c1f4b8377f4578d68fa486a81ea97ec52.tar.bz2
fasthttp-fc2d704c1f4b8377f4578d68fa486a81ea97ec52.zip
chore: Update README.md (#1470)v1.44.0
Grammar fix in doc's introduction.
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 bb72336..dcc727c 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
Fast HTTP implementation for Go.
# fasthttp might not be for you!
-fasthttp was design for some high performance edge cases. **Unless** your server/client needs to handle **thousands of small to medium requests per seconds** and needs a consistent low millisecond response time fasthttp might not be for you. **For most cases `net/http` is much better** as it's easier to use and can handle more cases. For most cases you won't even notice the performance difference.
+fasthttp was designed for some high performance edge cases. **Unless** your server/client needs to handle **thousands of small to medium requests per second** and needs a consistent low millisecond response time fasthttp might not be for you. **For most cases `net/http` is much better** as it's easier to use and can handle more cases. For most cases you won't even notice the performance difference.
## General info and links