From cdf69b1a437df57888f8c2d03a8ce674dffc3e9d Mon Sep 17 00:00:00 2001 From: "Shaun J. Clayton" Date: Sat, 2 Mar 2019 09:56:19 -0500 Subject: [PATCH] Fixed jq (Removed redundant URL) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 21182d7..3613c17 100644 --- a/readme.md +++ b/readme.md @@ -264,7 +264,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Data Manipulation -- [jq](https://github.com/stedolan/jq) - Command-line JSON processor [http://stedolan.github.io/jq/](http://stedolan.github.io/jq/). +- [jq](https://github.com/stedolan/jq) - Command-line JSON processor. - [underscore-cli](https://github.com/ddopson/underscore-cli) - Command-line utility-belt for hacking JSON and Javascript. - [ramda-cli](https://github.com/raine/ramda-cli) - A CLI tool for processing data with functional pipelines. - [yaml-cli](https://github.com/pandastrike/yaml-cli) - A simple CLI for querying and updating YAML files.