Преглед изворни кода

correct config name in README

Malcolm Young пре 7 година
родитељ
комит
95bca847d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

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