Update README to reflect "Main #reveal container is now selected via a class instead of ID"
This commit is contained in:
		| @@ -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: | 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 | ```html | ||||||
| <div id="reveal"> | <div class="reveal"> | ||||||
| 	<div class="slides">  | 	<div class="slides">  | ||||||
| 		<section>Single Horizontal Slide</section> | 		<section>Single Horizontal Slide</section> | ||||||
| 		<section> | 		<section> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user