I accidentally a whole word

This commit is contained in:
Jeff Avallone 2014-12-23 11:19:01 -05:00
parent e11058688f
commit 11cf4c74dc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<dd>Added documentation</dd>
<dd>All parsing and rendering happens client-side (using <a href="http://canopy.jcoglan.com/">Canopy</a> and <a href="http://snapsvg.io/">Snap.svg</a>)</dd>
<dd>Added Download link (not available in older browsers)</dd>
<dd>Added display of regular expression flags (ignore, global, multiline)</dd>
<dd>Added display of regular expression flags (ignore case, global, multiline)</dd>
<dd>Added indicator of quantifier greedy-ness</dd>
<dd>Various improvements to parsing of regular expression</dd>
<dd>Rendering of a regular expression can be canceled by pressing Escape</dd>