updated readme
authorHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 27 Dec 2011 05:34:53 +0000 (21:34 -0800)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 27 Dec 2011 05:34:53 +0000 (21:34 -0800)
README.md

index 467e3b26a2802aed084fcb51d84c4d558bc0a327..8988f190ad25088992f675a56289a7f87a8463a4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # reveal.js
 
-A CSS 3D slideshow tool for quickly creating good looking HTML presentations. Requires a browser with support for CSS 3D transforms, querySelector and classList. Does not _rely_ on any external libraries but [highlight.js](http://softwaremaniacs.org/soft/highlight/en/description/) is included by default for code highlighting.
+A CSS 3D slideshow tool for quickly creating good looking HTML presentations. Doesn't _rely_ on any external libraries but [highlight.js](http://softwaremaniacs.org/soft/highlight/en/description/) is included by default for code highlighting.
+
+Note that this requires a browser with support for CSS 3D transforms and classList. If CSS 3D support is not detected, the presentation will degrade to less exciting 2D transitions.
 
 Curious about how this looks in action? [Check out the demo page](http://lab.hakim.se/reveal-js/).
 
@@ -14,7 +16,7 @@ Curious about how this looks in action? [Check out the demo page](http://lab.hak
 
 # History
 
-### 1.2
+### 1.2 (master)
 - Big changes to DOM structure:
   - Previous #main wrapper is now called #reveal
   - Slides were moved one level deeper, into #reveal .slides