Fixed a typo and finished the conversion.

This commit is contained in:
Kashyap 2013-01-10 00:33:47 +05:30
parent 72830645c0
commit f12333bcd3
1 changed files with 1 additions and 1 deletions

View File

@ -2291,7 +2291,7 @@ on the `$LOAD_PATH`:
```ruby
cd myapp
git clone git://github.com/sinatra/sinatra.git
ruby -Isinatra/lib myapp.rb
ruby -I sinatra/lib myapp.rb
```
To update the Sinatra sources in the future: