readme code type fix
authorHakim El Hattab <hakim.elhattab@gmail.com>
Mon, 1 Apr 2013 14:00:45 +0000 (11:00 -0300)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Mon, 1 Apr 2013 14:00:45 +0000 (11:00 -0300)
README.md

index 48b2a8d43bea610b6097974cd2c115cf37f9d34c..0f0b352482b86bf4329506cc979a021bbc31e780 100644 (file)
--- a/README.md
+++ b/README.md
@@ -264,7 +264,7 @@ You can also add relative navigation links, similar to the built in reveal.js co
 ### Alternating transitions
 The global presentation transition is set using the ```transition``` config value. You can override the global transition for a specific slide by using the ```data-transition``` attribute:
 
-```javascript
+```html
 <section data-transition="zoom">
        <h2>This slide will override the presentation transition and zoom!</h2>
 </section>