Skip to content

Commit 2c1d154

Browse files
Apply suggestions from code review
Co-authored-by: Emilie BOUIN <[email protected]>
1 parent f4bb8c2 commit 2c1d154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

containers/memos-terraform/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Context
66

7-
Memos requires a database and can be deployed on Serverless Containers. For cost optimised setup, for persistent storage this tutorial takes advantage of Scaleway Serverless SQL Database. Serverless Containers associated with Serverless Databases makes the setup cost efficient due to pay per use products.
7+
Memos requires a database and can be deployed on Serverless Containers. For a cost-optimized setup with persistent storage, this tutorial takes advantage of Scaleway's Serverless SQL Database. Serverless Containers combined with Serverless Databases make the setup cost-efficient thanks to their pay-per-use model.
88

99
## Requirements
1010

@@ -17,7 +17,7 @@ Memos requires a database and can be deployed on Serverless Containers. For cost
1717
* Create a new `memos` project
1818
* Create required IAM permissions and key
1919
* Create the Serverless SQL Database (postgres)
20-
* Create the Serverless Container running `memos` configured to use the created SQL Database
20+
* Create the Serverless Container running `memos` and configured to use the newly created SQL Database
2121

2222
Deploy the project using Terraform:
2323

@@ -28,7 +28,7 @@ terraform apply
2828

2929
## Delete changes
3030

31-
In case you need to delete everything created before (Database, Container, IAM configuration and Project), run:
31+
In case you need to delete everything created earlier (Database, Container, IAM configuration and Project), run the following command:
3232

3333
```bash
3434
terraform destroy

0 commit comments

Comments
 (0)