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: ```