Browse Source

Merge pull request #2581 from flaviomartins/patch-1

fix typo in configuration example
Hakim El Hattab 5 years ago
parent
commit
633e754fee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
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,