diff --git a/README.md b/README.md index 6167a88..d28e354 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Currently implemented endpoints: ## Requirements for deployment - [AWS cli](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) -- Access to AWS account -- [Breez nodeless api key](https://breez.technology/request-api-key/#contact-us-form-sdk) +- [Access to AWS account](https://signin.aws.amazon.com/signup?request_type=register) +- [Breez SDK - Nodeless implementation API key](https://breez.technology/request-api-key/#contact-us-form-sdk) - 12 word BIP 39 seed ## Deployment @@ -92,4 +92,4 @@ root@2edec8635e65:/# aws cloudformation describe-stacks --stack-name breez-i ``` ### Example usage You can use example-client.py to test the functionality. Take Base URL from the above output and put it in API_URL in example-client.py -API_KEY is the secret you set at the begining. \ No newline at end of file +API_KEY is the secret you set at the begining.