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

Merge pull request #279 from ohhgabriel/readme-fix

fix copy/paste error in readme
This commit is contained in:
Konstantin Haase 2011-05-25 00:04:28 -07:00
commit 5aeb338eb1

View file

@ -332,7 +332,7 @@ It also takes a block for inline templates (see example).
Dependency:: {nokogiri}[http://nokogiri.org/]
File Extensions:: <tt>.nokogiri</tt>
Example:: <tt>builder { |xml| xml.em "hi" }</tt>
Example:: <tt>nokogiri { |xml| xml.em "hi" }</tt>
It also takes a block for inline templates (see example).