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:
commit
5aeb338eb1
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue