From 2b85a7de41f450ee0edb0674e2bcb8d05420e627 Mon Sep 17 00:00:00 2001 From: ob1 <ofer.belinsky@gmail.com> Date: Sun, 15 Jul 2012 23:37:06 +0300 Subject: [PATCH] Update README to reflect "Main #reveal container is now selected via a class instead of ID" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6e3c35..602d81c 100644 --- 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>