From 77204551ab29ecbffd6a66456e56e2d4ce475d14 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Mon, 31 Jan 2022 08:21:36 +1100 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e5c41d..2144739c 100644 --- a/README.md +++ b/README.md @@ -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