Skip to content

Commit

Permalink
chore: Update README.md (#1470)
Browse files Browse the repository at this point in the history
Grammar fix in doc's introduction.
  • Loading branch information
aadithyavamb committed Jan 10, 2023
1 parent 2a00c86 commit fc2d704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit fc2d704

Please sign in to comment.