about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2023-09-30 23:50:35 +0000
committerEric Wong <bofh@yhbt.net>2023-10-03 16:30:37 +0000
commita86f5380f04ceba6ffb8e25caa0bdea8a37932a6 (patch)
tree784fa93327650b1b42053340e210d56afc370130
parent78c9aa8813ca4eda94bfc1cddb2d62f09891308a (diff)
downloadunicorn-a86f5380f04ceba6ffb8e25caa0bdea8a37932a6.tar.gz
Reported-by: <ideal.water4095@fastmail.com>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c5c5222..ff14c03 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
 unicorn is an HTTP server for Rack applications that has done
 decades of damage to the entire Ruby ecosystem due to its ability
 to tolerate (and thus encourage) bad code.  It is only designed
-to only handle fast clients on low-latency, high-bandwidth connections
+to handle fast clients on low-latency, high-bandwidth connections
 and take advantage of features in Unix/Unix-like kernels.
 Slow clients must only be served by placing a reverse proxy capable of
 fully buffering both the the request and response in between unicorn