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 14:56:36 +10:00
committed by GitHub
parent eba075294a
commit f58b1e5263
+1 -1
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.