From 8f4927ac279370d54e268494fd231034d1e153bc Mon Sep 17 00:00:00 2001
From: Flavio Martins <flaviomartins@acm.org>
Date: Mon, 10 Feb 2020 22:24:25 +0000
Subject: [PATCH] fix typo in configuration example

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7cd8156c..e3b789e0 100644
--- a/README.md
+++ b/README.md
@@ -355,7 +355,7 @@ Reveal.initialize({
 	// the automated time allocation causes slide pacing to fall
 	// below this threshold, then you will see an alert in the
 	// speaker notes window
-	minimumTimePerSlide: 0;
+	minimumTimePerSlide: 0,
 
 	// Enable slide navigation via mouse wheel
 	mouseWheel: false,
-- 
GitLab