diff --git a/Cargo.toml b/Cargo.toml index 83d34f3a..a0a65e93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bottom" -version = "0.1.3-alpha.0" -authors = ["Clement Tsang "] +version = "0.1.2" +authors = ["Clement Tsang "] edition = "2018" repository = "https://github.com/ClementTsang/bottom" keywords = ["cli", "monitoring-tool", "top", "bottom", "graphical"] diff --git a/README.md b/README.md index f9fddbce..cead03fe 100644 --- a/README.md +++ b/README.md @@ -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.