Update README.md
authorMark Chapman <mchapman@users.noreply.github.com>
Sun, 26 Jul 2020 19:39:59 +0000 (19:39 +0000)
committerGitHub <noreply@github.com>
Sun, 26 Jul 2020 19:39:59 +0000 (19:39 +0000)
Remove quotes from raw response

jq/README.md

index 87545382de4361a1328d7ca2581e8be05549ce85..adaa8551d509c52a80efa550c3deb4d27db76dab 100644 (file)
@@ -46,7 +46,7 @@ echo '{ "name": "foo" }' | jq -r '.name'
 ```
 
 ```txt
-"foo"
+foo
 ```
 
 ### How to select a whole object