quick doc fix

This commit is contained in:
bmizerany 2008-05-07 14:18:43 -07:00
parent 9c85e99c99
commit 3588b55bc1
1 changed files with 3 additions and 3 deletions

View File

@ -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) = Views (if you need MVC)
All views are looked up in: All file-based views are looked up in:
root root
| - views/ | - views/
@ -150,12 +150,12 @@ This one is cool:
__END__ __END__
## layout @@ layout
X X
= yield = yield
X X
## index @@ index
%div.title Hello world!!!!! %div.title Hello world!!!!!
Try it! Try it!