From fcd94efbd6382a2089838aa5c471e1d4a01a20b6 Mon Sep 17 00:00:00 2001 From: Inet Date: Thu, 3 Jun 2021 22:45:01 +0600 Subject: [PATCH] README: output from -> output to (#3550) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11ee193c29..01e7c3b326 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ These values can be piped through a series of steps, in a series of commands cal In Unix, it's common to pipe between commands to split up a sophisticated command over multiple steps. Nu takes this a step further and builds heavily on the idea of _pipelines_. -Just as the Unix philosophy, Nu allows commands to output from stdout and read from stdin. +Just as the Unix philosophy, Nu allows commands to output to stdout and read from stdin. Additionally, commands can output structured data (you can think of this as a third kind of stream). Commands that work in the pipeline fit into one of three categories: