From 634b5c0d7e5d2f81da26aab5bbc0e8c2b68f7c8b Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Mon, 15 Feb 2010 12:57:02 +0100 Subject: [PATCH] note about asyc helper --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44deaab..a6f3812 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ Sinatra::MoreServer =================== -Adds support for more web servers to [Sinatra](http://sinatrarb.com)::Base#run!. -(Read: The server used when running `ruby yourfile.rb`. This has no effect rackup and akin.) +Adds support for more web servers to [Sinatra](http://sinatrarb.com)::Base#run! + +Also, adds a helper method to ensure the server used from #run! supports async.callback, so all the +fancy comet implementations work. BigBand -------