From 9168a7b6b211ed8fe4d0eae58c358e4b575ca54f Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:51:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e73bb..2bcca3c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ aws cloudformation describe-stacks --stack-name breez-integration --query Stacks ``` * Retrieve the API endpoints: ``` -aws cloudformation describe-stacks --stack-name breez-integration --query 'Stacks[0].Outputs' +aws cloudformation describe-stacks --stack-name breez-integration --query Stacks[0].Outputs ``` Output should look like this: ```