mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
quick doc fix
This commit is contained in:
parent
c1aa6663a5
commit
f71330e659
1 changed files with 3 additions and 3 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue