Browse Source

add rtl option to readme

Hakim El Hattab 11 years ago
parent
commit
242006a499
3 changed files with 5 additions and 2 deletions
  1. 3 0
      README.md
  2. 1 1
      js/reveal.js
  3. 1 1
      js/reveal.min.js

+ 3 - 0
README.md

@@ -77,6 +77,9 @@ Reveal.initialize({
 	// Loop the presentation
 	loop: false,
 
+	// Change the presentation direction to be RTL
+	rtl: false,
+
 	// Number of milliseconds between automatically proceeding to the 
 	// next slide, disabled when set to 0, this value can be overwritten
 	// by using a data-autoslide attribute on your slides

+ 1 - 1
js/reveal.js

@@ -36,7 +36,7 @@ var Reveal = (function(){
 			// Loop the presentation
 			loop: false,
 
-			// Experimental support for RTL
+			// Change the presentation direction to be RTL
 			rtl: false,
 
 			// Number of milliseconds between automatically proceeding to the

+ 1 - 1
js/reveal.min.js

@@ -1,5 +1,5 @@
 /*!
- * reveal.js 2.2 (2012-11-25, 09:42)
+ * reveal.js 2.2 (2012-11-27, 08:44)
  * http://lab.hakim.se/reveal-js
  * MIT licensed
  *