Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrz committed Jan 11, 2013
1 parent 90a3350 commit 95ab367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -482,7 +482,7 @@ It also takes a block for inline templates (see example).
</tr>
<tr>
<td>Example</td>
<td><tt>nokogiri { |xml| xml.e</td>m "hi" }</tt></td>
<td><tt>nokogiri { |xml| xml.em "hi" }</tt></td>
</tr>
</table>

Expand Down Expand Up @@ -565,6 +565,7 @@ template, you almost always want to pass locals to it.
<tr>
<td>Dependency</td>
<td>
Anyone of:
<ul>
<li><a href="https://github.com/rtomayko/rdiscount title="RDiscount">RDiscount</a></li>
<li><a href="https://github.com/vmg/redcarpet title="RedCarpet">RedCarpet</a></li>
Expand Down

0 comments on commit 95ab367

Please sign in to comment.