summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2020-02-24 09:02:43 +0100
committerGitHub2020-02-24 09:02:43 +0100
commit633e754fee0126095d9b5899dd156371532eb4ed (patch)
treec7fe87a2aa5aa2046791a42fcbab4733001849e4
parentb6933b45adf37b5ff7111d60b8c5e7ca1db75b33 (diff)
parent8f4927ac279370d54e268494fd231034d1e153bc (diff)
Merge pull request #2581 from flaviomartins/patch-1
fix typo in configuration example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7cd8156..e3b789e 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,