about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 727a0a7..174253b 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-= Rainbows! - Unicorn for sleepy apps and slow clients
+= Rainbows! - unicorn for sleepy apps and slow clients
 
 \Rainbows! is an HTTP server for sleepy Rack applications.  It is based on
-Unicorn, but designed to handle applications that expect long
+unicorn, but designed to handle applications that expect long
 request/response times and/or slow clients.
 
 For Rack applications not heavily bound by slow external network
-dependencies, consider Unicorn instead as it simpler and easier to
+dependencies, consider unicorn instead as it simpler and easier to
 debug.
 
 If you're on a small system, or write extremely tight and reliable code