summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Ross <twpol@users.noreply.github.com>2020-12-11 18:20:39 +0000
committerGitHub <noreply@github.com>2020-12-11 12:20:39 -0600
commitf311c3cbf5f5a79b59bcb6a2bb546c47035621af (patch)
tree56895a60eeea99a0d52787bea4981c44c6f6a3c8 /docs
parentd670212a083e9f1e9c9a2313e7ce5e72e908efa7 (diff)
docs: Correct dotnet module default format to match code (#1983)
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 76190e9e5..97b569e0d 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -779,7 +779,7 @@ when there is a csproj file in the current directory.
| Option | Default | Description |
| ----------- | ----------------------------------------- | -------------------------------------------------------- |
-| `format` | `"v[$symbol$version( 🎯 $tfm)]($style) "` | The format for the module. |
+| `format` | `"[$symbol$version( 🎯 $tfm)]($style) "` | The format for the module. |
| `symbol` | `"•NET "` | The symbol used before displaying the version of dotnet. |
| `heuristic` | `true` | Use faster version detection to keep starship snappy. |
| `style` | `"bold blue"` | The style for the module. |