mention thin in readme

This commit is contained in:
Konstantin Haase 2011-02-20 19:05:02 +01:00
parent c0eb84faa6
commit 63a1bb3db5
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ Install the gem and run with:
View at: http://localhost:4567
It is recommended to also run <tt>gem install thin</tt>, which Sinatra will
pick up if available.
== Routes
In Sinatra, a route is an HTTP method paired with an URL matching pattern.