소스 검색

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!');
 converter.makeHtml('#hello markdown!');
 
 
-// <h1 id="hellomarkdown">hello, markdown</h1>
+// <h1 id="hellomarkdown">hello markdown!</h1>
 ```
 ```
 
 
 ## What's it for?
 ## What's it for?