summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMelroy van den Berg <melroy@melroy.org>2021-03-15 11:27:54 +0100
committerGitHub <noreply@github.com>2021-03-15 11:27:54 +0100
commitc91b293c9df4c014b049ca8cbdf921f02d27537a (patch)
tree14e0c9e18eaa8b6454644908bf4f39edd389fd03 /docs
parent49c09d493a970ec5619b2085f4d1b8b1b4802227 (diff)
fix(cmake): Change cmake symbol to unicode triangle (#2456)
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 af580016a..48b634254 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -458,7 +458,7 @@ the module will be activated if any of the following conditions are met:
| Option | Default | Description |
| ------------------- | -------------------------------------- | -------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | The format for the module. |
-| `symbol` | `"喝 "` | The symbol used before the version of cmake. |
+| `symbol` | `"△ "` | The symbol used before the version of cmake. |
| `detect_extensions` | `[]` | Which extensions should trigger this moudle |
| `detect_files` | `["CMakeLists.txt", "CMakeCache.txt"]` | Which filenames should trigger this module |
| `detect_folders` | `[]` | Which folders should trigger this module |