aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavio Martins <flaviomartins@acm.org>2020-02-10 22:24:25 +0000
committerGitHub <noreply@github.com>2020-02-10 22:24:25 +0000
commit8f4927ac279370d54e268494fd231034d1e153bc (patch)
tree91f321f40a0a505f434e27d8973025878ac55636 /README.md
parent94d98ff7d89e35c7d5b289ba387cdb0d42b30793 (diff)
downloadfosdem-2021-minimalism-presentation-8f4927ac279370d54e268494fd231034d1e153bc.tar
fosdem-2021-minimalism-presentation-8f4927ac279370d54e268494fd231034d1e153bc.tar.gz
fix typo in configuration example
Diffstat (limited to 'README.md')
-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,