summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2023-11-06 15:59:22 +0100
committerGitHub <noreply@github.com>2023-11-06 23:59:22 +0900
commit6c035133e876c1ce5cbafe53164d0dc513c4e766 (patch)
tree82294bdd33a6c93af93ad59f003ea2c5669b3de6 /README.md
parentcca1f7d18f2fa6721952645821ae429a0166d7e4 (diff)
README.md: to`sed` => to `sed` (#2944)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e8800a5..18e7698f 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