Fixed example in README

This commit is contained in:
tstone 2012-06-13 20:41:01 -06:00
parent c5ead005b1
commit f27ea87c00

View File

@ -43,7 +43,7 @@ var converter = new Showdown().converter()
converter.makeHtml('#hello markdown!')
// <h1 id='<h1 id="hellomarkdown">hello, markdown</h1>
// <h1 id="hellomarkdown">hello, markdown</h1>
```