From 9f6eb282be77a520857684ebfd8f184798dfff0a Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Mon, 1 Apr 2013 11:00:45 -0300
Subject: [PATCH] readme code type fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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