mirror of
https://github.com/mikefarah/yq.git
synced 2025-03-14 15:55:37 +00:00
Fixed typo in readme
This commit is contained in:
parent
772d369058
commit
77204551ab
@ -26,7 +26,7 @@ cat file.yaml | yq e '.cool' -
|
|||||||
cat file.yaml | yq '.cool'
|
cat file.yaml | yq '.cool'
|
||||||
```
|
```
|
||||||
|
|
||||||
When merging multiple files together, `eval-all/ea` is still required to tell `yq` to run the expression again all the document at once.
|
When merging multiple files together, `eval-all/ea` is still required to tell `yq` to run the expression against all the document at once.
|
||||||
|
|
||||||
## Quick Usage Guide
|
## Quick Usage Guide
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user