From 50dcb3e0b45c5aa3b473f614c110cc61e58fcc22 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Sat, 22 Feb 2025 17:03:53 +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 e9ec05f..bd6c050 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ root@2edec8635e65:/# aws cloudformation describe-stacks --stack-name breez-i * If the deployment was successful, you should deactivate your API key now. ### Example usage #### Python -You can use `example-client.py`file from this to test the functionality. Take Base URL from the output of last command (example above) and API_SECRET and edit the `example-client.py` with correct values +You can use `example-client.py`file from this to test the functionality. Take Base URL from the output of last command (see *ApiGatewayBaseURL* example above) and API_SECRET and edit the `example-client.py` with correct values ``` API_URL = "YOUR-URL-HERE"