aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53183ad..9f74744 100644
--- a/README.md
+++ b/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 ];
}});