From 5cfa397ef9fe720bad85fe23275ef55e4a342817 Mon Sep 17 00:00:00 2001 From: geisterfurz007 Date: Fri, 25 Nov 2022 18:44:22 +0100 Subject: [PATCH] docs: Fix mention of Node.js in Bun docs (#4651) * Fix mention of Node.js in Bun docs * Fix whitespace blunder * Fix whitespace blunder in the other direction --- 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 36da4b141..de60a2b56 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -583,7 +583,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 Node.js. | +| `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. |