about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 5bce65d..3b76b06 100644
--- a/README
+++ b/README
@@ -2,10 +2,10 @@
 
 Raindrops is a real-time stats toolkit to show statistics for Rack HTTP
 servers.  It is designed for preforking servers such as Rainbows! and
-Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8 and
-Rubinius on platforms supporting POSIX shared memory.  It may also be
-used as a generic scoreboard for sharing atomic counters across multiple
-processes.
+Unicorn, but should support any Rack HTTP server under Ruby 2.0, 1.9,
+1.8 and Rubinius on platforms supporting POSIX shared memory.  It may
+also be used as a generic scoreboard for sharing atomic counters across
+multiple processes.
 
 == Features