fix unclosed <tt> in README

This commit is contained in:
Mathew Cucuzella 2009-05-12 06:42:50 -07:00 committed by Ryan Tomayko
parent 043e987a33
commit 4f30c1cefc
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ clone and run your app with the <tt>sinatra/lib</tt> directory on the
git clone git://github.com/sinatra/sinatra.git
ruby -Isinatra/lib myapp.rb
Alternatively, you can add the <tt>sinatra/lib<tt> directory to the
Alternatively, you can add the <tt>sinatra/lib</tt> directory to the
<tt>LOAD_PATH</tt> in your application:
$LOAD_PATH.unshift File.dirname(__FILE__) + '/sinatra/lib'