about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2015-01-12 08:53:39 +0000
committerEric Wong <e@yhbt.net>2015-01-12 08:53:39 +0000
commit6e1d6f91068b3b666bc592a0666b51a0593bc7d5 (patch)
tree48e02ae07fa28f2cc4bea30baed2137d95262076
parentadc1b604326a51036c56dc18259e200328cda99d (diff)
downloadkgio-6e1d6f91068b3b666bc592a0666b51a0593bc7d5.tar.gz
Rainbows! never took off and is mostly a stagnant project
at this point; so avoid confusing people with it.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 8236300..a4edf57 100644
--- a/README
+++ b/README
@@ -2,8 +2,8 @@
 
 kgio provides non-blocking I/O methods for Ruby without raising
 exceptions on EAGAIN and EINPROGRESS.  It is intended for use with the
-Unicorn and Rainbows! Rack servers, but may be used by other
-applications (that run on Unix-like platforms).
+unicorn Rack server, but may be used by other applications (that run on
+Unix-like platforms).
 
 == Features