From 62b25b1bf311b7a4072564eda418624976219437 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 1 Sep 2023 14:43:38 +1000 Subject: [PATCH] Added recipes documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c36aa73..7bed4fbb 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Convert JSON to YAML yq -Poy sample.json ``` -See the [documentation](https://mikefarah.gitbook.io/yq/) for more examples. +See [recipes](https://mikefarah.gitbook.io/yq/recipes) for more examples and the [documentation](https://mikefarah.gitbook.io/yq/) for more information. Take a look at the discussions for [common questions](https://github.com/mikefarah/yq/discussions/categories/q-a), and [cool ideas](https://github.com/mikefarah/yq/discussions/categories/show-and-tell)