Fix the minor markup fix in README.

This commit is contained in:
Konstantin Haase 2010-10-12 17:27:25 +02:00
parent 6584711171
commit ca624fd175
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ Templates may be defined at the end of the source file:
%div.title Hello world!!!!!
NOTE: Inline templates defined in the source file that requires sinatra are
automatically loaded. Call <tt>enable :inline_templates<tt> explicitly if you
automatically loaded. Call <tt>enable :inline_templates</tt> explicitly if you
have inline templates in other source files.
=== Named Templates