From 2b80f40164866ef359cc53eb1c76c809b0d67412 Mon Sep 17 00:00:00 2001 From: mukund Date: Thu, 8 Jul 2021 19:04:02 +0100 Subject: [PATCH] Remove outdated note in README.md. (#3751) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fbfb5191bf..0d010e591d 100644 --- a/README.md +++ b/README.md @@ -237,8 +237,6 @@ Finally, we can use commands outside of Nu once we have the data we want: 0.32.0 ``` -Here we use the variable `$it` to refer to the value being piped to the external command. - ### Configuration Nu has early support for configuring the shell. You can refer to the book for a list of [all supported variables](https://www.nushell.sh/book/configuration.html).