From 85fa34e127d9903da38a7b20b324558a240879d7 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Mon, 21 Feb 2011 14:04:48 +0100 Subject: [PATCH] small readme fixes --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 797e93f2..5398d063 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1427,7 +1427,7 @@ The methods available to Sinatra::Base subclasses are exactly as those available via the top-level DSL. Most top-level apps can be converted to Sinatra::Base components with two modifications: -* Your file should require +sinatra/base+ instead of +sinatra+; +* Your file should require sinatra/base instead of +sinatra+; otherwise, all of Sinatra's DSL methods are imported into the main namespace. * Put your app's routes, error handlers, filters, and options in a subclass @@ -1747,7 +1747,7 @@ Now you can run your app like this: === Roll Your Own Create a local clone and run your app with the sinatra/lib directory -on the LOAD_PATH: +on the $LOAD_PATH: cd myapp git clone git://github.com/sinatra/sinatra.git