summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormachupicchubeta <machupicchubeta@gmail.com>2021-08-30 00:26:41 +0900
committerGitHub <noreply@github.com>2021-08-29 17:26:41 +0200
commitf265f12eb2670b3a48728e1e2f11d9647914fdfd (patch)
tree8771f8aa488b7a9ae1de12b0c0a123ed2272087d /docs
parent6b132967419cc497b59617925af73ff0b896076f (diff)
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.
Diffstat (limited to 'docs')
-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 ca4f1fb23..1761bbf4a 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) "
```