summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab2013-12-02 12:20:29 +0100
committerHakim El Hattab2013-12-02 12:20:29 +0100
commitbc62963c8fbf893ba41caad52a73e8ab58e3148d (patch)
tree81f15b9f814485fdf1e0dab40a38295504123c94 /README.md
parent65bd155c34f3f989b783e96fed22af178b1717b5 (diff)
readme correction for #734
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2b8356e..a1030c5 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Special syntax (in html comment) is available for adding attributes to the slide
```html
<section data-markdown>
<script type="text/template">
- <!-- slide: data-background="#ff0000" -->
+ <!-- .slide: data-background="#ff0000" -->
Mardown content
</script>
</section>