소스 검색

readme code type fix

Hakim El Hattab 11 년 전
부모
커밋
9f6eb282be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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>