From 6fdaaba5383d5b8f38e4bfb64bd4470c2ea69b7d Mon Sep 17 00:00:00 2001 From: erroneousboat Date: Fri, 17 Mar 2017 14:53:57 +0100 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 093ebe0..e984d3a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Getting started "C-f": "chat-down", "C-d": "chat-down", "q": "quit", - "": "help" + "": "help" }, "insert": { "": "cursor-left", @@ -56,7 +56,7 @@ Getting started "": "send", "": "mode-command", "": "backspace", - "C-8": "backspace", + "C-8": "backspace", "": "delete", "": "space" }