From f265f12eb2670b3a48728e1e2f11d9647914fdfd Mon Sep 17 00:00:00 2001 From: machupicchubeta Date: Mon, 30 Aug 2021 00:26:41 +0900 Subject: [PATCH] docs: Correct the "VLang" configuration example (#3019) * Correct the "VLang" configuration example This commit is a document correction only; to avoid the configuration error. The documents to be corrected are "docs/[lang]/README.md". With a config key of `[v]` on macOS, it has the following error. ``` [WARN] - (starship::configs::starship_root): Unknown config key 'v' ``` I think it might be the error in other OS as well. In the other document "docs/[lang]/presets/README.md", the config key is `[vlang]`. * Touch only the English docs The changes to the translated pages will be done automatically. --- 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 ca4f1fb2..1761bbf4 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -3068,7 +3068,7 @@ By default the module will be shown if any of the following conditions are met: ```toml # ~/.config/starship.toml -[v] +[vlang] format = "via [V $version](blue bold) " ```