diff --git a/docs/config/README.md b/docs/config/README.md index ccb2b7d5..2ed8bd7e 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -46,9 +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 @@ -117,10 +117,10 @@ git repo that you're currently in. ### Options -| Variable | Default | Description | -| ------------------- | ------- | -------------------------------------- | -| `truncation_length` | `3` | Truncates to this many parent folders. | -| `disabled` | `false` | Disables the `directory` module. | +| Variable | Default | Description | +| ------------------- | ------- | ------------------------------------------------------------------------------- | +| `truncation_length` | `3` | The number of parent folders that the current directory should be truncated to. | +| `disabled` | `false` | Disables the `directory` module. | ### Example