summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
authorRamy <61938423+Ramiellll@users.noreply.github.com>2024-03-30 09:38:19 +0100
committerGitHub <noreply@github.com>2024-03-30 09:38:19 +0100
commitbe4e97c2d9169cbf0bc30e271dd4ba07530dc46f (patch)
treecc3168b7c8306ac30732c75d3bcfd8fc0cba9425 /docs/config/README.md
parentdf477694d34d7cf80e72b14e4ccb50dfab04f854 (diff)
fix(bun): change default icon (#5880)
* feat: change bun icon #5871 * fix: reverts docs
Diffstat (limited to 'docs/config/README.md')
-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 47f456760..0c08d076d 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -628,7 +628,7 @@ By default the module will be shown if any of the following conditions are met:
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | The format for the module. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `'🍞 '` | A format string representing the symbol of Bun. |
+| `symbol` | `'🥟 '` | A format string representing the symbol of Bun. |
| `detect_extensions` | `[]` | Which extensions should trigger this module. |
| `detect_files` | `['bun.lockb', 'bunfig.toml']` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this module. |