1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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