From f71330e6598bba00bb26735a6077cda00f3f7ef4 Mon Sep 17 00:00:00 2001 From: bmizerany Date: Wed, 7 May 2008 14:18:43 -0700 Subject: [PATCH] quick doc fix --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 0f3bbe7e11..f1dc1013bf 100644 --- a/README.rdoc +++ b/README.rdoc @@ -88,7 +88,7 @@ If a file exists that maps to the REQUEST_PATH then it is served and the request = Views (if you need MVC) -All views are looked up in: +All file-based views are looked up in: root | - views/ @@ -150,12 +150,12 @@ This one is cool: __END__ - ## layout + @@ layout X = yield X - ## index + @@ index %div.title Hello world!!!!! Try it!