summaryrefslogtreecommitdiffstats
path: root/docs/config
diff options
context:
space:
mode:
authorEyal Cherevatzki <eyal.3555@pm.me>2021-03-18 19:46:54 +0200
committerGitHub <noreply@github.com>2021-03-18 18:46:54 +0100
commit612cc7d27b8862cd89c323572aaeba8bb70290f4 (patch)
treea0471eee052cff7b8104f590f3b1067d4a409224 /docs/config
parent3a4c9063e90e8671fb99c977f7079d980933ae07 (diff)
refactor(dotnet): ".NET" instead of "•NET" (#2471)
* refactor(dotnet): ".NET" instead of "•NET" "•NET" looks quite weird, especially since the official writing is ".NET". * revert(docs): translated docs Co-authored-by: Eyal Cherevatzki <eyal@hyperguest.com>
Diffstat (limited to 'docs/config')
-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 48b634254..93019fc6a 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -796,7 +796,7 @@ when there is a csproj file in the current directory.
| Option | Default | Description |
| ------------------- | ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| `format` | `"[$symbol($version )(🎯 $tfm )]($style)"` | The format for the module. |
-| `symbol` | `"•NET "` | The symbol used before displaying the version of dotnet. |
+| `symbol` | `".NET "` | The symbol used before displaying the version of dotnet. |
| `heuristic` | `true` | Use faster version detection to keep starship snappy. |
| `detect_extensions` | `["sln", "csproj", "fsproj", "xproj"]` | Which extensions should trigger this module. |
| `detect_files` | `["global.json", "project.json", "Directory.Build.props", "Directory.Build.targets", "Packages.props"]` | Which filenames should trigger this module. |