From 6ae50054e2e8c7ca730013b43062eedc230c0ad4 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 24 Feb 2020 20:30:44 -0800 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0a5ab0..dee71e34 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # JC JSON CLI output utility -`jc` is used to JSONify the output of many standard linux cli tools and file types for easier parsing in scripts. See the [**Parsers**](#parsers) section for supported commands. +`jc` is used to JSONify 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. This allows further command line processing of output with tools like `jq` simply by piping commands: ```