summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-09-13 10:24:07 -0400
committerMatan Kushner <hello@matchai.me>2019-09-13 10:24:07 -0400
commit8f03c14582ad61bf4f95a6b69642d8052002d03d (patch)
treedbd6f3c2a5a7f5641db65f193d16bab27a86c63d
parent8a0aa3907c0b618a9bde4b882a9a1563a73bd787 (diff)
docs: Reword the default prompt_order docs
-rw-r--r--docs/config/README.md8
1 files changed, 4 insertions, 4 deletions
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",