README: typo.

This commit is contained in:
Kalle Carlbark 2019-08-29 21:44:41 +02:00
parent ccef788283
commit afd0b2f3bc
No known key found for this signature in database
GPG key ID: 3FC0C93C5A5A0670

View file

@ -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). I tried a few TUI high level libraries but settled on [termui](https://github.com/gizak/termui).
## Simple usage ## 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. * Left, Right, h or l - to switch tab.
* Enter - open up web browser with the URL for the focused news item. * Enter - open up web browser with the URL for the focused news item.
* r - refresh content for the active tab. * r - refresh content for the active tab.