From fc2d704c1f4b8377f4578d68fa486a81ea97ec52 Mon Sep 17 00:00:00 2001 From: Aadithya V <122285339+aadithyavamb@users.noreply.github.com> Date: Tue, 10 Jan 2023 13:16:18 +0530 Subject: [PATCH] chore: Update README.md (#1470) Grammar fix in doc's introduction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb72336112..dcc727c4d8 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