diff --git a/README.md b/README.md index 0c5e8bdc..7c70ad29 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ This will re-parse the JSON and apply formatting to the text, making it super ea ### JSONPath or jq? -For more complex parsing, filtering, and modifying of JSON data, jq is recommended due to the built-in operators and functions. Refer to the [documentation](https://stedolan.github.io/jq/manual/) for more specifc information on jq. +For more complex parsing, filtering, and modifying of JSON data, jq is recommended due to the built-in operators and functions. Refer to the [documentation](https://stedolan.github.io/jq/manual/) for more specific information on jq. One big advantage of `jq` is that you can use logic in your JSON filter, such as filters to only show items that have a value greater than/less than etc.