Update README command for converting JSON to YAML

Signed-off-by: ricekot <github@ricekot.com>
This commit is contained in:
ricekot 2023-04-05 01:50:09 +05:30
parent eba075294a
commit 23dd8f227a
No known key found for this signature in database
GPG Key ID: FB5E92C525C3598F

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.