readme tweak

This commit is contained in:
Hakim El Hattab 2016-01-22 11:02:05 +01:00
parent fc1c239743
commit c93fbf1ddc
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Here's a barebones example of a fully working reveal.js presentation:
</html>
```
Markup hierarchy needs to be `.reveal > .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. The first of the vertical slides is the "root" of the others (at the top), and will be included in the horizontal sequence. For example:
The presentation markup hierarchy needs to be `.reveal > .slides > section` where the `section` represents one slide and can be repeated indefinitely. If you place multiple `section` elements inside of another `section` they will be shown as vertical slides. The first of the vertical slides is the "root" of the others (at the top), and will be included in the horizontal sequence. For example:
```html
<div class="reveal">