From f12333bcd3515f63b3c998da98cf1e8b68bc01f9 Mon Sep 17 00:00:00 2001 From: Kashyap Date: Thu, 10 Jan 2013 00:33:47 +0530 Subject: [PATCH] Fixed a typo and finished the conversion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13da94a7..cd15f5c4 100644 --- a/README.md +++ b/README.md @@ -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: