Skip to content

Commit

Permalink
docs: update package default format to replace /via/is (starship#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
skvale authored and chipbuster committed Jan 9, 2021
1 parent 5f18230 commit a6279a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@ package, and shows its current version. The module currently supports `npm`, `ca

| Option | Default | Description |
| ----------------- | ---------------------------------- | ---------------------------------------------------------- |
| `format` | `"via [$symbol$version]($style) "` | The format for the module. |
| `format` | `"is [$symbol$version]($style) "` | The format for the module. |
| `symbol` | `"📦 "` | The symbol used before displaying the version the package. |
| `style` | `"bold 208"` | The style for the module. |
| `display_private` | `false` | Enable displaying version for packages marked as private. |
Expand Down

0 comments on commit a6279a6

Please sign in to comment.