about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-09 15:11:50 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-09 15:11:50 -0700
commit3fd0dfb5e561e966c188c434ea4c5e7907437a19 (patch)
tree8ab7b3dd715d83881dbd1ed4798a145ffa23d14f /README
parent7ab65477c7d8921e93f00b9d7fcf5ad3b5f8a12a (diff)
downloadunicorn-3fd0dfb5e561e966c188c434ea4c5e7907437a19.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 12f602d..3429f17 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
 Unicorn is a HTTP server for Rack applications designed to take
 advantage of features in Unix/Unix-like kernels and only serve fast
 clients on low-latency, high-bandwidth connections.  Slow clients should
-only be served by placing a reverse proxy capable of fully-buffering
+only be served by placing a reverse proxy capable of fully buffering
 both the the request and response in between Unicorn and slow clients.
 
 == Features