correct config name in README

This commit is contained in:
Malcolm Young 2017-02-17 15:19:15 +00:00
parent da23d682c6
commit 95bca847d6
1 changed files with 1 additions and 1 deletions

View File

@ -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' });
```