From 9b710b0b6fb4019828717203addc67e687b37a4c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 16 Jun 2022 17:51:20 -0700 Subject: [PATCH] formatting --- README.md | 8 ++++---- templates/readme_template | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ba7c40ae..b7aba54d 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ $ jc dig example.com | jq -r '.[].answer[].data' 93.184.216.34 ``` -The `jc` parsers can also be used as python modules. In this case the output -will be a python dictionary, list of dictionaries, or even a [lazy -iterable of dictionaries](#using-streaming-parsers-as-python-modules) instead -of JSON: +The `jc` can also be used as a python library. In this case the output will be +a python dictionary, a list of dictionaries, or even a +[lazy iterable of dictionaries](#using-streaming-parsers-as-python-modules) +instead of JSON: ```python >>> import subprocess >>> import jc diff --git a/templates/readme_template b/templates/readme_template index ceffcf79..dae90b8c 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -44,10 +44,10 @@ $ jc dig example.com | jq -r '.[].answer[].data' 93.184.216.34 ``` -The `jc` parsers can also be used as python modules. In this case the output -will be a python dictionary, list of dictionaries, or even a [lazy -iterable of dictionaries](#using-streaming-parsers-as-python-modules) instead -of JSON: +The `jc` can also be used as a python library. In this case the output will be +a python dictionary, a list of dictionaries, or even a +[lazy iterable of dictionaries](#using-streaming-parsers-as-python-modules) +instead of JSON: ```python >>> import subprocess >>> import jc