From 668f144f38880441abb2faee9c1476c9880ac3b5 Mon Sep 17 00:00:00 2001
From: Shammel Lee <shammel.lee@gmail.com>
Date: Fri, 28 Jun 2013 16:08:40 -0400
Subject: [PATCH] Updated README.md

Added "touch" config property
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

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,
 
-- 
GitLab