aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-01-22 11:02:05 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-01-22 11:02:05 +0100
commitc93fbf1ddcb0db76d34e558cab2e35cb8823702d (patch)
treee6b010d294d5f5317be3f1b93d98ea3ad448bc36 /README.md
parentfc1c239743240350a1d0a029fa800c8bcdca37bb (diff)
downloadfosdem-2018-presentation-c93fbf1ddcb0db76d34e558cab2e35cb8823702d.tar
fosdem-2018-presentation-c93fbf1ddcb0db76d34e558cab2e35cb8823702d.tar.gz
readme tweak
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 accb4fe..565606b 100644
--- a/README.md
+++ b/README.md
@@ -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">