Parcourir la source

Fix small misspelling: Mardown -> Markdown

Sean Fisk il y a 11 ans
Parent
commit
ca7c33f07c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>
 ```