From b2a4f7fae095934178923bd3009d8aa8f27678f2 Mon Sep 17 00:00:00 2001 From: Daniel Vainsencher Date: Sun, 18 Dec 2022 13:53:33 -0500 Subject: [PATCH] Fix typo in README.md about nushell version compat Fixed on basis of comment in `zoxide init nushell` output. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d65d42..de3054c 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ source ~/.zoxide.nu ``` > **Note** -> zoxide only supports Nushell v0.73.0 and above. +> zoxide only supports Nushell v0.63.0 and above.