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.