From afd0b2f3bcc350e5c3e90e671e9f8e45336daaa9 Mon Sep 17 00:00:00 2001 From: Kalle Carlbark Date: Thu, 29 Aug 2019 21:44:41 +0200 Subject: [PATCH] README: typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4161af..cdc9a45 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ User Interface) based app in Go. I tried a few TUI high level libraries but settled on [termui](https://github.com/gizak/termui). ## Simple usage -* Up, down, k or j keys - to change focus up or down. +* Up, down, k or j- to change focus up or down. * Left, Right, h or l - to switch tab. * Enter - open up web browser with the URL for the focused news item. * r - refresh content for the active tab.