From 7867b77833b8502fa59267e9b5cc42994fb91776 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Fri, 1 Feb 2019 10:16:32 +0100
Subject: [PATCH] indentation fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 53183ad3..9f747444 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 ];
 }});
 
-- 
GitLab