Explorar el Código

Fixed a bug word !

剧中人 hace 10 años
padre
commit
998e0ea6e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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?