소스 검색

indentation fix

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 ];
 }});