No need to point out inline Markaby require Tilt 1.2, since we already have it as dependency.

This commit is contained in:
Konstantin Haase 2011-01-11 09:33:26 +01:00
parent 37cef00ebc
commit ee2e6adcf7
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ The <tt>markaby</tt> gem/library is required to render Markaby templates:
Renders <tt>./views/index.mab</tt>.
If you have Tilt 1.2 or later, you may also use inline markaby:
You may also use inline Markaby:
get '/' do
markaby { h1 "Welcome!" }