From 837f0463ebe650d2ebbf16722cde011f8559be30 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 7 Jun 2022 14:58:23 -0500 Subject: [PATCH] updated Dir to dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9c2ff0854..c71b5775a7 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,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 (eg, `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.