From 9d04a7cc406a98536bb5a1938b345903c55c6ab6 Mon Sep 17 00:00:00 2001 From: Isaac Goss Date: Mon, 30 Sep 2019 18:51:35 -0400 Subject: [PATCH] Adds a word to README for readabilty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7efa748464..96e97a90d8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A modern shell for the GitHub era # Status -This project has reached a minimum-viable product level of quality. While contributors dogfood it as their daily driver, it may be unstable for some commands. Future releases will work fill out missing features and improve stability. Its design is also subject to change as it matures. +This project has reached a minimum-viable product level of quality. While contributors dogfood it as their daily driver, it may be unstable for some commands. Future releases will work to fill out missing features and improve stability. Its design is also subject to change as it matures. Nu comes with a set of built-in commands (listed below). If a command is unknown, the command will shell-out and execute it (using cmd on Windows or bash on Linux and MacOS), correctly passing through stdin, stdout and stderr, so things like your daily git workflows and even `vim` will work just fine.