Ver Fonte

Fixed example in README

tstone há 13 anos atrás
pai
commit
f27ea87c00
1 ficheiros alterados com 1 adições e 1 exclusões
  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>
 
 ```