From c8a7468848dfaa85725833128e05385addd28e8f Mon Sep 17 00:00:00 2001 From: CPea Date: Wed, 28 Jun 2023 10:31:00 +0700 Subject: [PATCH] docs: lowercase `Note` keyword for consistency overall documentation --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index d78d29f00..5062de747 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -14,7 +14,7 @@ mkdir -p ~/.config && touch ~/.config/starship.toml mkdir -p ~/.config/starship && touch ~/.config/starship/config.toml ``` -NOTE: if you have both files available, the `starship.toml` will take higher priority. +Note: if you have both files available, the `starship.toml` will take higher priority. All configuration for starship is done in this [TOML](https://github.com/toml-lang/toml) file: