From 88246c7c91e66225b2821f41e6223e7847846b01 Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Mon, 6 Nov 2023 15:50:02 +0100 Subject: [PATCH] README.md: to`sed` => to `sed` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e8800a5c0..18e7698f23 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # jq -`jq` is a lightweight and flexible command-line JSON processor akin to`sed`,`awk`,`grep`, and friends for JSON data. It's written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. +`jq` is a lightweight and flexible command-line JSON processor akin to `sed`,`awk`,`grep`, and friends for JSON data. It's written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. ## Documentation