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, 5 insertions, 1 deletions
diff --git a/README b/README
index d4e6640..6ce7878 100644
--- a/README
+++ b/README
@@ -87,7 +87,11 @@ combination of TCP or Unix domain socket names:
 
         use Raindrops::Middleware, :listeners => %w(0.0.0.0:80 /tmp/.sock)
 
-See the tests/ and examples/ directory for more examples
+See the tests/ and examples/ directory for more examples.
+
+If you're running Unicorn 0.98.0 or later, you don't have to pass in
+the :listeners array, Raindrops will automatically detect the listeners
+used by Unicorn master process.
 
 == Development