about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-10 17:31:33 -0700
committerEric Wong <normalperson@yhbt.net>2010-06-10 17:31:33 -0700
commit14da5bda8f4f34e84670fd7ce411dc92c22ec469 (patch)
tree7a5a76abb6efbcbbe48519cc2e2dfefa90d241ac /README
parent264337bcdb77252404fcef62be1efc5a125d781f (diff)
downloadunicorn-14da5bda8f4f34e84670fd7ce411dc92c22ec469.tar.gz
... And make the gemspec do minor un-RDoc-ing
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 975925e..76ceefd 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-= Unicorn: Rack HTTP server for fast clients and Unix
+= \Unicorn: Rack HTTP server for fast clients and Unix
 
 \Unicorn is an HTTP server for Rack applications designed to only serve
 fast clients on low-latency, high-bandwidth connections and take
 advantage of features in Unix/Unix-like kernels.  Slow clients should
 only be served by placing a reverse proxy capable of fully buffering
-both the the request and response in between Unicorn and slow clients.
+both the the request and response in between \Unicorn and slow clients.
 
 == Features