From af5724ba29826a1c4c4e01dd25137e2d81887c18 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 7 Feb 2020 11:28:56 +1100 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 323f3b2..4b77516 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ yq() { - [List matching paths of a given path expression](https://mikefarah.gitbook.io/yq/commands/read#path-only) - Update a yaml file given a [path expression](https://mikefarah.gitbook.io/yq/commands/write-update#basic) or [script file](https://mikefarah.gitbook.io/yq/commands/write-update#basic) - Update creates any missing entries in the path on the fly -- Deeply compare yaml files +- Deeply [compare](https://mikefarah.gitbook.io/yq/commands/compare) yaml files - Keeps yaml formatting and comments when updating - [Validate a yaml file](https://mikefarah.gitbook.io/yq/commands/validate) - Create a yaml file given a [deep path and value](https://mikefarah.gitbook.io/yq/commands/create#creating-a-simple-yaml-file) or a [script file](https://mikefarah.gitbook.io/yq/commands/create#creating-using-a-create-script)