From bfba14bf8abd41401f62e4078e71ef91a69e7a6b Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Tue, 29 Aug 2023 17:12:53 +0200 Subject: [PATCH] Update aws.md typo fix --- docs/aws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.