From 8ca4954059bc8b5e842600c9ad13839e36fa9926 Mon Sep 17 00:00:00 2001
From: Bruno Bord <brunobord@gmail.com>
Date: Tue, 30 Oct 2012 22:31:54 +0100
Subject: [PATCH] Describing how to toggle "overview mode"

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index dd7d820..6457969 100644
--- a/README.md
+++ b/README.md
@@ -203,6 +203,11 @@ The default fragment style is to start out invisible and fade in. This style can
 </section>
 ```
 
+### Overview mode
+
+Just press "Esc" key to toggle on and off the overview mode. While you're in this mode, you still can navigate between slides,
+as if you were at 1,000 feet above your presentation.
+
 ### Fragment events
 
 When a slide fragment is either shown or hidden reveal.js will dispatch an event.
-- 
GitLab