aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Young <malcolm@rubydesign.co.uk>2017-02-17 15:19:15 +0000
committerMalcolm Young <malcolm@rubydesign.co.uk>2017-02-17 15:19:15 +0000
commit95bca847d6d000fc745660852c70ae5d3c63e9d0 (patch)
tree41575a84a8412d0b25d55c700addf67e08d01275
parentda23d682c63a4f3ee04a42ae70222950b2888daa (diff)
downloadfreenode-live-2017-presentation-95bca847d6d000fc745660852c70ae5d3c63e9d0.tar
freenode-live-2017-presentation-95bca847d6d000fc745660852c70ae5d3c63e9d0.tar.gz
correct config name in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d52092..9a76b93 100644
--- a/README.md
+++ b/README.md
@@ -765,7 +765,7 @@ Reveal.configure({ slideNumber: 'c/t' });
// Control which views the slide number displays on using the "showSlideNumber" value.
// "all": show on all views (default)
// "notes": only show slide numbers on speaker notes view
-Reveal.configure({ slideNumberFormat: 'notes' });
+Reveal.configure({ showSlideNumber: 'notes' });
```