From 9becfafc856416d512de8ad6270b059889b8b76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 19 Jul 2017 09:15:22 +0200 Subject: [PATCH] #39: Fix indention --- README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 14575b7..5229aa2 100644 --- a/README.MD +++ b/README.MD @@ -80,9 +80,9 @@ export interface IHotkeyOptions { */ cheatSheetHotkey?: string; /** - * Use also ESC for closing the cheat sheet. Default: false - */ - cheatSheetCloseEsc?: boolean; + * Use also ESC for closing the cheat sheet. Default: false + */ + cheatSheetCloseEsc?: boolean; /** * Description for the cheat sheet hot key in the cheat sheet. Default: 'Show / hide this help menu' */