aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>