summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKevin Song <chips@ksong.dev>2022-03-25 05:57:38 -0500
committerGitHub <noreply@github.com>2022-03-25 11:57:38 +0100
commit538329d9b406cd6358d0fe31d58e0c9f578ceffa (patch)
tree28a33f27a367eadd65378b8ab8fabda3426cdcd0 /README.md
parentfdd295d96ae1324962a3db0b408c5968ec63620b (diff)
fix(init): Change Elvish init to `catch` for 0.18 (#3769)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5361bcf45..edb9e10c3 100644
--- a/README.md
+++ b/README.md
@@ -298,7 +298,7 @@ Add the following to the end of `~/.elvish/rc.elv`:
eval (starship init elvish)
```
-Note: Only Elvish v0.17+ is supported
+Note: Only Elvish v0.18+ is supported
</details>