From 28514478e31e1049b778263ad1ae7d8376ca5a1e Mon Sep 17 00:00:00 2001 From: petrisch <34915852+petrisch@users.noreply.github.com> Date: Mon, 23 May 2022 15:25:03 +0200 Subject: [PATCH] Typo (#429) Reedline has now... instead of Nushell has now... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75d60de..85bf560 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ let mut line_editor = Reedline::create().with_edit_mode(Box::new(Vi::new( ## Are we prompt yet? (Development status) -Nushell has now all the basic features to become the primary line editor for [nushell](https://github.com/nushell/nushell +Reedline has now all the basic features to become the primary line editor for [nushell](https://github.com/nushell/nushell ) - General editing functionality, that should feel familiar coming from other shells (e.g. bash, fish, zsh).