diff --git a/README.md b/README.md index 88f3d542..7504994c 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ JSON CLI output utility This allows further command line processing of output with tools like `jq` simply by piping commands: ``` -$ ls -l /usr/bin | jc --ls | jq .[] | jq 'select(.bytes > 50000000)' +$ ls -l /usr/bin | jc --ls | jq '.[] | select(.bytes > 50000000)' { "filename": "emacs", "flags": "-r-xr-xr-x",