浏览代码

Fixed example in README

tstone 13 年之前
父节点
当前提交
f27ea87c00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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>
 
 ```