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
This commit is contained in:
parent
8bb9038431
commit
5cfa397ef9
|
@ -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. |
|
||||
|
|
Loading…
Reference in New Issue