From 409efd9caa185c28295802f665e6e1b60c000743 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sun, 28 Jul 2019 23:15:58 -0400 Subject: [PATCH] docs: Fix table formatting for prompt config --- docs/config/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/config/README.md b/docs/config/README.md index bca949c5..ccb2b7d5 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