summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-19 21:36:17 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-19 21:36:17 -0500
commitc0fb2bac3f858a46c8cfa74b225da00fe26833bf (patch)
treec7a8af6ba025aa8d0504523f25143750c616c25f /README.md
parent3824b22a509b56e4898bd9fabcf9e4f4ff13d057 (diff)
[skip travis] Consistency in captialization.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a5e9bf79..917b3aec 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Run using `btm`.
- `-C`, `--config` takes in a file path leading to a TOML file.
-### Config Files
+### Config files
The ability to use config files is supported by bottom to set boot flags by default, and set colour options. See [this document](./docs/config.md) for more details.
@@ -120,7 +120,7 @@ See this [config](./sample_config.toml) for an example.
- `Enter` on a widget to maximize the widget.
-#### Scrollable Tables
+#### Scrollable tables
- `Up` or `k` and `Down` or `j` scrolls through the list if the widget is a table (Temperature, Disks, Processes).
@@ -148,7 +148,7 @@ See this [config](./sample_config.toml) for an example.
- `Ctrl-f` or `/` to open the search widget.
-#### Search Widget
+#### Search widget
- `Tab` to switch between searching for PID and name respectively.