Forráskód Böngészése

Fixed example in README

tstone 13 éve
szülő
commit
f27ea87c00
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>
 
 ```