aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-02-01 10:16:32 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-02-01 10:16:32 +0100
commit7867b77833b8502fa59267e9b5cc42994fb91776 (patch)
treeb3130de42e5fbd675bb83dec95e1ce8be0a7653c
parentce53e63b5b725243f1745971f632d4b46763a344 (diff)
downloadperl-software-in-gnu-guix-7867b77833b8502fa59267e9b5cc42994fb91776.tar
perl-software-in-gnu-guix-7867b77833b8502fa59267e9b5cc42994fb91776.tar.gz
indentation fix
-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 ];
}});