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.
This commit is contained in:
parent
6b13296741
commit
f265f12eb2
|
@ -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) "
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue