From 16627199885c21dfc8a572fc02b5c368d52fa336 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 24 Aug 2019 08:37:44 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05b3b60b7b..7789a0b7f7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This project is currently in its early stages, though it already works well enou Nu has a list 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. -There is also a [book](https://github.com/nushell/book) about Nu, currently in progress. +There is also a [book](https://book.nushell.sh) about Nu, currently in progress. # Installation