aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorob12012-07-15 23:37:06 +0300
committerob12012-07-15 23:37:06 +0300
commit2b85a7de41f450ee0edb0674e2bcb8d05420e627 (patch)
tree64231534bdf266988db6ac46b036efbf0a8b7d2e /README.md
parent7366f607ceac8b08fbd67923d3fc9ef16a52db84 (diff)
Update README to reflect "Main #reveal container is now selected via a class instead of ID"
Diffstat (limited to 'README.md')
-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>