Update README to reflect "Main #reveal container is now selected via a class instead...
authorob1 <ofer.belinsky@gmail.com>
Sun, 15 Jul 2012 20:37:06 +0000 (23:37 +0300)
committerob1 <ofer.belinsky@gmail.com>
Sun, 15 Jul 2012 20:37:06 +0000 (23:37 +0300)
README.md

index d6e3c352696c7c54057cf2671651660b15c57cc4..602d81ce87fbb1cf07712597a2c6998e3ebd65d7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Curious about how it looks in action? [Check out the demo page](http://lab.hakim
 Markup heirarchy needs to be ``<div id="reveal"> <div class="slides"> <section>`` where the ``<section>`` represents one slide and can be repeated indefinitely. If you place multiple ``<section>``'s inside of another ``<section>`` they will be shown as vertical slides. For example:
 
 ```html
-<div id="reveal">
+<div class="reveal">
        <div class="slides"> 
                <section>Single Horizontal Slide</section>
                <section>