From 931b3d2b836b251590497f4cfa65f106762086c1 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 20 May 2020 19:56:28 -0700 Subject: [PATCH] formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af6768d..6201c691 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # JC JSON CLI output utility -`jc` JSONifies the output of many standard linux CLI tools and file-types for easier parsing in scripts. See the [**Parsers**](#parsers) section for supported commands and file-types. +`jc` JSONifies the output of many linux CLI tools and file-types for easier parsing in scripts. See the [**Parsers**](#parsers) section for supported commands and file-types. This allows further command-line processing of output with tools like `jq` by piping commands: ```