From 26899bc0f08cfedb9a91107f27e5ab86ab175496 Mon Sep 17 00:00:00 2001 From: JT Date: Sat, 19 Jun 2021 12:08:44 +1200 Subject: [PATCH] Update README.md --- crates/nu-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-cli/README.md b/crates/nu-cli/README.md index fe015d504..ae7eeaed7 100644 --- a/crates/nu-cli/README.md +++ b/crates/nu-cli/README.md @@ -1,4 +1,4 @@ -* nu-cli +# nu-cli This crate provides the fundamental needs when creating the Nushell interactive REPL. In it, you'll find features for interacting with the line editor (the piece which writes the prompt and takes input from the user), keybindings, handlers for the commandline arguments passed to the REPL as it starts up, and more.