summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-07-28 23:15:58 -0400
committerMatan Kushner <hello@matchai.me>2019-07-28 23:15:58 -0400
commit409efd9caa185c28295802f665e6e1b60c000743 (patch)
treedddc8fcd4fb21550e6dd362e255e305254b5a0bf
parent63ce5f150126236c15260e4501da839790827239 (diff)
docs: Fix table formatting for prompt config
-rw-r--r--docs/config/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index bca949c52..ccb2b7d55 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -46,8 +46,9 @@ This is the list of prompt-wide configuration options.
### Options
-| Variable | Default | Description|
-| `add_newline` | `true` | Add a new line before the start of the prompt |
+| Variable | Default | Description |
+| ------------- | ------- | --------------------------------------------- |
+| `add_newline` | `true` | Add a new line before the start of the prompt |
### Example