summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-02-05 23:00:25 -0500
committerMatan Kushner <hello@matchai.dev>2020-02-05 23:00:25 -0500
commit670c7a3591944b960eb069e2912b32e4223de94a (patch)
tree2d01f4c3648b42378094be98894a518001a9cbb8
parent21f2947222f3647ace8b007904739d48789cbaf2 (diff)
docs: Update example snippets
-rw-r--r--docs/config/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 68c37e870..6ef411b28 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -431,7 +431,7 @@ The module will be shown if any of the following conditions are met:
# ~/.config/starship.toml
[elm]
-symbol = "λx.x "
+symbol = " "
```
## Environment Variable
@@ -663,7 +663,7 @@ The module will be shown if any of the following conditions are met:
# ~/.config/starship.toml
[haskell]
-symbol = "λx.x "
+symbol = " "
```
## Mercurial Branch