From 378248341eea75e9951c51c326e7ae2cb1fbbc09 Mon Sep 17 00:00:00 2001 From: Jakob Endler Date: Mon, 17 Oct 2022 13:23:11 +0200 Subject: [PATCH] Update README.md (#6782) Fixed a very small inconsistency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fd4db05a4..e5243a24cd 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Additionally, commands can output structured data (you can think of this as a th Commands that work in the pipeline fit into one of three categories: - Commands that produce a stream (e.g., `ls`) -- Commands that filter a stream (eg, `where type == "dir"`) +- Commands that filter a stream (e.g., `where type == "dir"`) - Commands that consume the output of the pipeline (e.g., `table`) Commands are separated by the pipe symbol (`|`) to denote a pipeline flowing left to right.