add rtl option to readme
authorHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 27 Nov 2012 13:45:02 +0000 (08:45 -0500)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 27 Nov 2012 13:45:02 +0000 (08:45 -0500)
README.md
js/reveal.js
js/reveal.min.js

index 00316e615acca49a3c31fd214c08f04c593430e6..197fb069a8beb0ceb9a0af629441350f4f953375 100644 (file)
--- a/README.md
+++ b/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
index 34f6bf4682c45f5b6274c6a30f8c7115cf3da357..70e253925c88b03c062d203bddae774ad4054809 100644 (file)
@@ -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
index 70061cca7b4d1d0dbf8fc64951529ab975214ec2..0b81b8f960a02fff6c4069cd3a020b632fa15d6e 100644 (file)
@@ -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
  *