From c8dac32df8102c2b782e87d55bb95ca2d9490185 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 24 Feb 2020 13:05:35 -0800 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6661c2b3..fb0a5ab0 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ jc ls -l /usr/bin | jq '.[] | select(.size > 50000000)' "date": "Aug 14 19:41" } ``` -The `jc` parsers can also be used as python modules. In this case the output will be a python dictionary instead of JSON: +The `jc` parsers can also be used as python modules. In this case the output will be a python dictionary, or list of dictionaries, instead of JSON: ``` >>> import jc.parsers.ls >>>