diff options
author | Sean Fisk | 2014-04-24 05:15:16 -0400 |
---|---|---|
committer | Sean Fisk | 2014-04-24 05:15:16 -0400 |
commit | ca7c33f07c060adff70e0c15fe654968a3087c57 (patch) | |
tree | 5cea643c65b9886e45e5238ff7e959cba4dc9661 /README.md | |
parent | 9da952fea30906090446d038430186b11dba7f13 (diff) |
Fix small misspelling: Mardown -> Markdown
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> ``` |