From a45a66278bb84fc109360aef27ae092cb2a13ab7 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 7 May 2026 23:25:45 -0400 Subject: [PATCH] docs: update README (#2056) ## Description _A description of the change, what it does, and why it was made. If relevant (e.g. UI changes), **please also provide screenshots/recordings**:_ ## Issue _If applicable, what issue does this address?_ Closes: # ## Testing _If relevant, please state how this was tested (including steps):_ _If this change affects the program, please also indicate which platforms were tested:_ - [ ] _Windows_ - [ ] _macOS (specify version below)_ - [ ] _Linux (specify distro below)_ - [ ] _Other (specify below)_ ## Checklist _Ensure **all** of these are met:_ - [ ] _If this PR adds or changes a dependency, please justify this in the description_ - [ ] _If this is a code change, areas your change affects have been linted using (`cargo fmt`)_ - [ ] _If this is a code change, your changes pass `cargo clippy --all -- -D warnings`_ - [ ] _If this is a code change, new tests were added if relevant_ - [ ] _If this is a code change, your changes pass `cargo test`_ - [ ] _The change has been tested to work (see above) and doesn't appear to break other things_ - [ ] _Documentation has been updated if needed (`README.md`, help menu, docs, configs, etc.)_ - [ ] _There are no merge conflicts_ - [ ] _You have reviewed your changes first_ - [ ] _The pull request passes the provided CI pipeline_ ## Other _Anything else that maintainers should know about this PR:_ --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index afe31208..906f23ee 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,7 @@ As (yet another) process/system visualization and management application, bottom - And more: - [An htop-inspired basic mode](https://bottom.pages.dev/nightly/usage/basic-mode/) - - [Expansion, which focuses on just one widget](https://bottom.pages.dev/nightly/usage/general-usage/#expansion) - -- And more! + - [Expansion to focus on just one widget](https://bottom.pages.dev/nightly/usage/general-usage/#expansion) You can find more details in [the documentation](https://bottom.pages.dev/nightly/usage/general-usage/).