readme correction for #734

This commit is contained in:
Hakim El Hattab 2013-12-02 12:20:29 +01:00
parent 65bd155c34
commit bc62963c8f
1 changed files with 1 additions and 1 deletions

View File

@ -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>