Update README command for converting JSON to YAML (#1627)

Signed-off-by: ricekot <github@ricekot.com>
This commit is contained in:
Akshath Kothari 2023-04-05 10:26:36 +05:30 committed by GitHub
parent eba075294a
commit f58b1e5263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ yq -i '
Convert JSON to YAML
```bash
yq -P sample.json
yq -Poy sample.json
```
See the [documentation](https://mikefarah.gitbook.io/yq/) for more examples.