diff --git a/docs/config/README.md b/docs/config/README.md index c1944b957..0928779c2 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",