summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 221fb7228..c9c0adb1a 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -2266,7 +2266,7 @@ To enable it, set `disabled` to `false` in your configuration file.
| Option | Default | Description |
| ------------------------- | --------------------------- | ------------------------------------------------------ |
-| `format` | `[$symbol$status]($style) ` | The format of the module |
+| `format` | `"[$symbol$status]($style) "` | The format of the module |
| `symbol` | `"✖"` | The symbol displayed on program error |
| `not_executable_symbol` | `"🚫"` | The symbol displayed when file isn't executable |
| `not_found_symbol` | `"🔍"` | The symbol displayed when the command can't be found |