From e08d0572bd41dd18f813e9992bf76699f6b95398 Mon Sep 17 00:00:00 2001
From: ob1 <ofer.belinsky@gmail.com>
Date: Mon, 16 Jul 2012 11:53:33 +0300
Subject: [PATCH] Another instance of: id="reveal" => class="reveal"

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3f95362..788fe6d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Curious about how it looks in action? [Check out the demo page](http://lab.hakim
 
 ### Markup
 
-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:
+Markup heirarchy needs to be ``<div class="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 class="reveal">
-- 
GitLab