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