diff --git a/README.md b/README.md
index cbdb088fae8a18eba2843d8fc5fb7233adead5c1..512312626df369f0ef7d2b419bf34bc4a5d60144 100644
--- a/README.md
+++ b/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>
 ```