From 6cba7d429898d331c674c778f8bd85ba75a8dca9 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 21 May 2020 11:10:00 -0700 Subject: [PATCH] remove linux from description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c81b05c9..714a3a3b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # JC JSON CLI output utility -`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. +`jc` JSONifies the output of many 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: ```