Update README.md

This commit is contained in:
Sean Hellum 2019-10-01 06:46:04 -05:00 committed by GitHub
parent 1bf0f7110a
commit a7a0f48286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.