summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2012-07-15 14:43:26 -0700
committerHakim El Hattab2012-07-15 14:43:26 -0700
commitde2a95d0ac2586cd46d29a3915bbfeea4f1ec335 (patch)
tree64231534bdf266988db6ac46b036efbf0a8b7d2e
parent7366f607ceac8b08fbd67923d3fc9ef16a52db84 (diff)
parent2b85a7de41f450ee0edb0674e2bcb8d05420e627 (diff)
Merge pull request #79 from ob1/patch-1
Update README to reflect "reveal" container selector change
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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>