diff --git a/docs/aws.md b/docs/aws.md index dd76d3a..f19513a 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -8,7 +8,7 @@ Cloudformation template for automated deployment of lspd, bitcoind and cln with [Cloudformation template](../deploy/deploy.yml) will automatically deploy several things: - new ec2 instance (m6a.xlarge) to your selected VPC - bitcoind -- clnd (with postgresql as backend) +- cln (with postgresql as backend) - lspd ### After deployment steps @@ -39,4 +39,4 @@ All credentials are generated automatically and are written down in ```/home/lsp **Store them securely and delete the file.** ### Debugging -Log file of deployment is written to ```/tmp/deployment.log``` where you can see the entire output of what happend during deployment. \ No newline at end of file +Log file of deployment is written to ```/tmp/deployment.log``` where you can see the entire output of what happend during deployment.