From 73a0d70c9294ad392792e690a7bfbcc4f51b0a5b Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 22 Oct 2019 11:15:44 -0700 Subject: [PATCH] readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d03da8c..09bd2eda 100755 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ jc [parser] [options] `jc` accepts piped input from `STDIN` and outputs a JSON representation of the previous command's output to `STDOUT`. The JSON output can be compact or pretty formatted. -Parsers: +### Parsers - `--df` enables the `df` parser - `--env` enables the `env` parser - `--free` enables the `free` parser @@ -69,7 +69,7 @@ Parsers: - `--ps` enables the `ps` parser - `--route` enables the `route` parser -Options: +### Options - `-p` specifies whether to pretty format the JSON output ## Examples