From e8ab2641daf519ea177443ca4fc356c7ff38ecf8 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Wed, 12 Mar 2014 08:51:40 +0100
Subject: [PATCH] typo fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cbdb088f..51231262 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>
 ```
-- 
GitLab