From ab63809fde0cefe1f0401d957a3736fdb760f0cf Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 21 Jan 2022 16:13:00 -0800 Subject: [PATCH] update description --- docs/readme.md | 4 ++-- jc/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index b1edfea0..c37e2230 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -4,8 +4,8 @@ JC - JSON CLI output utility * kellyjonbrazil@gmail.com -This package serializes the output of many standard unix command line tools -to dictionaries and lists of dictionaries. +This package converts the output of many standard unix command line tools +and file-types to dictionaries and lists of dictionaries. ## Interactive Documentation diff --git a/jc/__init__.py b/jc/__init__.py index 147b1548..f192a500 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -2,8 +2,8 @@ * kellyjonbrazil@gmail.com -This package serializes the output of many standard unix command line tools -to dictionaries and lists of dictionaries. +This package converts the output of many standard unix command line tools +and file-types to dictionaries and lists of dictionaries. ## Interactive Documentation