aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab2013-04-01 11:00:45 -0300
committerHakim El Hattab2013-04-01 11:00:45 -0300
commit9f6eb282be77a520857684ebfd8f184798dfff0a (patch)
tree59098e9cf48f5603104aa6585e8205317ff97ce6 /README.md
parent91a8c9b1e4e51cd134220e6c1799ad96dac77166 (diff)
readme code type fix
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 48b2a8d..0f0b352 100644
--- 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>