diff options
author | Shammel Lee | 2013-06-28 16:08:40 -0400 |
---|---|---|
committer | Shammel Lee | 2013-06-28 16:08:40 -0400 |
commit | 668f144f38880441abb2faee9c1476c9880ac3b5 (patch) | |
tree | 9e4c22b1ee2092c5fc9d8347ec870193f270751e /README.md | |
parent | 37c9246a6e7c1cc05e586724a2244f7c24c68995 (diff) |
Updated README.md
Added "touch" config property
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,6 +77,9 @@ Reveal.initialize({ // Enable keyboard shortcuts for navigation keyboard: true, + // Enable touch events for navigation + touch: true, + // Enable the slide overview mode overview: true, |