summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormoko256 <koutaro.mo@gmail.com>2022-01-13 16:03:30 +0900
committerGitHub <noreply@github.com>2022-01-13 08:03:30 +0100
commit106afba67128a1900bd8969aa415c9958648dc2b (patch)
tree740dd50f7bd92a55316bfdbfa463bc91dcf71734
parent766935107ec505d291cf3c82aa3f9dd8b46429a3 (diff)
docs(cmd_duration): rust-notify -> notify-rust (#3417)
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 35b8de66d..8afc5b5b9 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -610,7 +610,7 @@ running `eval $(starship init $0)`, and then proceed as normal.
::: tip
-Showing desktop notifications requires starship to be built with `rust-notify` support. You check if your starship
+Showing desktop notifications requires starship to be built with `notify-rust` support. You check if your starship
supports notifications by running `STARSHIP_LOG=debug starship module cmd_duration -d 60000` when `show_notifications` is set to `true`.
:::