Browse Source

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

Fixed a  bug  word !
Estevão Soares dos Santos 10 years ago
parent
commit
b63f602fff
1 changed files with 1 additions and 1 deletions
  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?