From b4777d7398e860e74bbf2ff69a429a871c8f6ce7 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 29 Oct 2024 18:50:47 -0600 Subject: [PATCH] Updated the README to be a bit more fun --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f9cbf9..1c7ba91 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Options: -h, --help Print help ``` -**Usage Tip:** The CLI is even more powerful and useful when used in conjunction with the `jq` CLI tool. This allows you to parse the JSON response from the Managarr CLI and use it in your scripts; For example, to extract the `movieId` of the movie "Ad Astra", you would run: +**Pro Tip:** The CLI is even more powerful and useful when used in conjunction with the `jq` CLI tool. This allows you to parse the JSON response from the Managarr CLI and use it in your scripts; For example, to extract the `movieId` of the movie "Ad Astra", you would run: ```shell $ managarr radarr list movies | jq '.[] | select(.title == "Ad Astra") | .id'