瀏覽代碼

Merge pull request #139 from bh-lay/patch-1

Fixed a  bug  word !
Estevão Soares dos Santos 10 年之前
父節點
當前提交
b63f602fff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ var converter = new Showdown.converter();
 
 converter.makeHtml('#hello markdown!');
 
-// <h1 id="hellomarkdown">hello, markdown</h1>
+// <h1 id="hellomarkdown">hello markdown!</h1>
 ```
 
 ## What's it for?