From 77dd773780c45474c298d3f60401fdb51a0e1d80 Mon Sep 17 00:00:00 2001 From: ryenus Date: Thu, 7 Mar 2024 19:32:59 +0800 Subject: [PATCH] doc: minor typo fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bb62108..ca763dcc 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ Similarly, '-' is no longer required as a filename to read from STDIN (unless re TLDR: -Prior to 4.18.1 +Prior to 4.18.1 ```bash cat file.yaml | yq e '.cool' - ``` -4.18+ +4.18+ ```bash 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 documents at once. ## Quick Usage Guide