diff --git a/readme.md b/readme.md index 6322974..8ebbd46 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Mainly as a way to learn _more_ Rust to do a few things better: - Async with `tokio` - Command-line interfaces (CLIs) with `clap` and `cliclack` -- Terminal user interfaces (TUIs) `ratatui` +- Terminal user interfaces (TUIs) with `ratatui` - Configuration with `config` and `keyring` - Lazy-loading with `std::sync::OnceLock` - User-facing error handling with `color_eyre`