about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-04 17:29:01 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-04 17:29:01 -0700
commit0a5a13eaae957a3c7cacd26a0fcc0c8053f1d0f3 (patch)
tree82d20a0b2f4183547e6f4efd6083ce0995f9013d /README
parentad1a354968d0ae2abf5b0450cd5b254d95077ba0 (diff)
downloadraindrops-0a5a13eaae957a3c7cacd26a0fcc0c8053f1d0f3.tar.gz
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