aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-04-26 09:07:56 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-04-26 09:07:56 +0200
commit131c00689a4c7a18e5c991fc8102347e4594b5d4 (patch)
tree5cea643c65b9886e45e5238ff7e959cba4dc9661
parent9da952fea30906090446d038430186b11dba7f13 (diff)
parentca7c33f07c060adff70e0c15fe654968a3087c57 (diff)
downloadperl-software-in-gnu-guix-131c00689a4c7a18e5c991fc8102347e4594b5d4.tar
perl-software-in-gnu-guix-131c00689a4c7a18e5c991fc8102347e4594b5d4.tar.gz
Merge pull request #883 from seanfisk/fix-small-misspelling
fix small misspelling: Mardown -> Markdown
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2ce4be..6c1d697 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>
```