From 8f03c14582ad61bf4f95a6b69642d8052002d03d Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 13 Sep 2019 10:24:07 -0400 Subject: [PATCH] docs: Reword the default prompt_order docs --- docs/config/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/config/README.md b/docs/config/README.md index c1944b95..0928779c 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -75,12 +75,12 @@ add_newline = false prompt_order=["rust","line_break","package","line_break","character"] ``` -### Default prompt order +### Default Prompt Order -The `default_prompt_order` configuration option is used to define the order in which modules are shown in the prompt, if empty or no `prompt_order` is provided. The default is as shown: +The default `prompt_order` is used to define the order in which modules are shown in the prompt, if empty or no `prompt_order` is provided. The default is as shown: -``` -default_prompt_order = [ +```toml +prompt_order = [ "username", "hostname", "directory",