summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index b67b21df8..5fc98c76c 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -2498,12 +2498,12 @@ The module will be shown if any of the following conditions are met:
### Options
-| Option | Default | Description |
-| ---------- | ---------------------------------- | ----------------------------------------------------- |
-| `symbol` | `"↯ "` | The symbol used before displaying the version of Zig. |
-| `style` | `"bold yellow"` | The style for the module. |
-| `format` | `"via [$symbol$version]($style) "` | The format for the module. |
-| `disabled` | `false` | Disables the `zig` module. |
+| Option | Default | Description |
+| ---------- | ------------------------------------ | ----------------------------------------------------- |
+| `symbol` | `"↯ "` | The symbol used before displaying the version of Zig. |
+| `style` | `"bold yellow"` | The style for the module. |
+| `format` | `"via [$symbol($version )]($style)"` | The format for the module. |
+| `disabled` | `false` | Disables the `zig` module. |
### Variables