ソースを参照

Merge pull request #883 from seanfisk/fix-small-misspelling

fix small misspelling: Mardown -> Markdown
Hakim El Hattab 11 年 前
コミット
131c00689a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -86,7 +86,7 @@ Special syntax (in html comment) is available for adding attributes to the slide
 <section data-markdown>
 	<script type="text/template">
 	<!-- .slide: data-background="#ff0000" -->
-		Mardown content
+		Markdown content
 	</script>
 </section>
 ```