fix(README.md): small nitpick (thanks random lainon)

This commit is contained in:
Tom MTT. 2022-12-22 19:32:37 +01:00
parent 40dfb78ef2
commit 47e6204e08

View file

@ -132,7 +132,8 @@ That sould be it. Have fun!
## Description
* Focuses on speed,
* Multi-threaded (using `fork`)
* Handles multiple requests at once (using a pool of `fork`'ed
workers)
* Only does what it needs to do
* code quality,