From c8a4890fc74954583c49d1c0b4b6120db90c0cfd Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 16 Jun 2022 07:50:37 -0700 Subject: [PATCH] fix anchor link --- README.md | 2 +- templates/readme_template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99cc750a..7081a823 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ $ jc dig example.com | jq -r '.[].answer[].data' The `jc` parsers can also be used as python modules. In this case the output will be a python dictionary, or list of dictionaries, or even a [lazy -iterable of dicionaries](#Streaming Parsers) instead of JSON: +iterable of dicionaries](#streaming-parsers) instead of JSON: ```python >>> import subprocess >>> import jc diff --git a/templates/readme_template b/templates/readme_template index d7fcc469..762e71b4 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -46,7 +46,7 @@ $ jc dig example.com | jq -r '.[].answer[].data' The `jc` parsers can also be used as python modules. In this case the output will be a python dictionary, or list of dictionaries, or even a [lazy -iterable of dicionaries](#Streaming Parsers) instead of JSON: +iterable of dicionaries](#streaming-parsers) instead of JSON: ```python >>> import subprocess >>> import jc