From 63a1bb3db5cab7d4458dcf8b8d0f7be20cd6ec13 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sun, 20 Feb 2011 19:05:02 +0100 Subject: [PATCH] mention thin in readme --- README.rdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rdoc b/README.rdoc index 0a14ea87..26899c6b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -17,6 +17,9 @@ Install the gem and run with: View at: http://localhost:4567 +It is recommended to also run gem install thin, which Sinatra will +pick up if available. + == Routes In Sinatra, a route is an HTTP method paired with an URL matching pattern.