Fixed typo in readme

This commit is contained in:
Mike Farah 2022-01-31 08:21:36 +11:00
parent 772d369058
commit 77204551ab
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ cat file.yaml | yq e '.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