From 65cb4726048d891459f8d0a6147c66eed1d401e1 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 16 Sep 2020 15:43:08 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35a638dd..186a38e2 100644 --- a/README.md +++ b/README.md @@ -147,4 +147,4 @@ Use "yq [command] --help" for more information about a command. ## Known Issues / Missing Features - `yq` attempts to preserve comment positions and whitespace as much as possible, but it does not handle all scenarios (see https://github.com/go-yaml/yaml/tree/v3 for details) -- You cannot (yet) select multiple paths/keys from the yaml to be printed out. +- You cannot (yet) select multiple paths/keys from the yaml to be printed out (https://github.com/mikefarah/yq/issues/287)