about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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