From f311c3cbf5f5a79b59bcb6a2bb546c47035621af Mon Sep 17 00:00:00 2001 From: James Ross Date: Fri, 11 Dec 2020 18:20:39 +0000 Subject: [PATCH] docs: Correct dotnet module default format to match code (#1983) --- 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 76190e9e..97b569e0 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. |