[skip travis] Change of terminology within README.

This commit is contained in:
ClementTsang 2020-01-11 18:21:14 -05:00
parent 896bfc51d3
commit 0e4dba00c2
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "bottom"
version = "0.1.3-alpha.0"
authors = ["Clement Tsang <clementjhtsang@gmail.com>"]
version = "0.1.2"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
keywords = ["cli", "monitoring-tool", "top", "bottom", "graphical"]

View file

@ -75,7 +75,7 @@ Run using `btm`.
- `f` to freeze the screen from updating with new data. Press `f` again to unfreeze. Note that monitoring will still continue in the background.
- `Ctrl+Up/k`, `Ctrl+Down/j`, `Ctrl+Left/h`, `Ctrl+Right/l` to navigate between panels.
- `Ctrl+Up/k`, `Ctrl+Down/j`, `Ctrl+Left/h`, `Ctrl+Right/l` to navigate between widgets.
- `Esc` to close a dialog window.
@ -83,7 +83,7 @@ Run using `btm`.
#### Scrollable Tables
- `Up` and `Down` scrolls through the list if the panel is a table (Temperature, Disks, Processes).
- `Up` and `Down` scrolls through the list if the widget is a table (Temperature, Disks, Processes).
- `gg` or `Home` to jump to the first entry of the current table.