fix copy/paste error in readme

This commit is contained in:
Gabriel Andretta 2011-05-24 19:49:07 -03:00
parent 1f2698454c
commit f4efd432c0
1 changed files with 1 additions and 1 deletions

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).