From 670c7a3591944b960eb069e2912b32e4223de94a Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 5 Feb 2020 23:00:25 -0500 Subject: [PATCH] docs: Update example snippets Former-commit-id: e0526c871d95ea56f216d668866580268407f350 --- docs/config/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config/README.md b/docs/config/README.md index 68c37e87..6ef411b2 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