aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorShammel Lee2013-06-28 16:08:40 -0400
committerShammel Lee2013-06-28 16:08:40 -0400
commit668f144f38880441abb2faee9c1476c9880ac3b5 (patch)
tree9e4c22b1ee2092c5fc9d8347ec870193f270751e /README.md
parent37c9246a6e7c1cc05e586724a2244f7c24c68995 (diff)
Updated README.md
Added "touch" config property
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 96b7c0e..c56e5c5 100644
--- a/README.md
+++ b/README.md
@@ -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,