Skip to content

Commit

Permalink
Fix typo in README.md (dgtlmoon#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Sep 4, 2023
1 parent ed4bafa commit d34832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d34832d

Please sign in to comment.