From a7a0f48286682b3a353a04c19a68bebeae545558 Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Tue, 1 Oct 2019 06:46:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ba9a7323..daa8db5e06 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ In Unix, it's common to pipe between commands to split up a sophisticated comman * Commands that produce a stream (eg, `ls`) * Commands that filter a stream (eg, `where type == "Directory"`) -* Commands that consumes the output of the pipeline (eg, `autoview`) +* Commands that consume the output of the pipeline (eg, `autoview`) Commands are separated by the pipe symbol (`|`) to denote a pipeline flowing left to right.