Hakim El Hattab пре 5 година
родитељ
комит
7867b77833
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -939,7 +939,7 @@ Reveal.configure({ slideNumber: 'c/t' });
 
 // You can provide a function to fully customize the number:
 Reveal.configure({ slideNumber: function() {
-	// Ignore numbering of vertical slides
+    // Ignore numbering of vertical slides
     return [ Reveal.getIndices().h ];
 }});