diff --git a/docs/config/README.md b/docs/config/README.md index 75780d92..f9687e97 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -456,8 +456,8 @@ To enable it, set `disabled` to `false` in your configuration file. | Variable | Default | Description | | -------------------- | -------------- | ------------------------------------------------ | | `commit_hash_length` | `7` | The length of the displayed git commit hash. | -| `prefix` | `(` | Prefix to display immediately before git commit. | -| `suffix` | `)` | Suffix to display immediately after git commit. | +| `prefix` | `"("` | Prefix to display immediately before git commit. | +| `suffix` | `")"` | Suffix to display immediately after git commit. | | `style` | `"bold green"` | The style for the module. | | `disabled` | `true` | Disables the `git_commit` module. |