From e8400d243fedca3bccc3158e5d8a7ba8b72e6de4 Mon Sep 17 00:00:00 2001 From: yangci Date: Wed, 29 Oct 2025 09:56:27 -0400 Subject: [PATCH] docs: fix wording in README --- README.md | 10 +++++----- README.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b1b05cd..38872c4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ --> -Terraform module to create an ECS Service for a web app (task), and an ALB target group to route requests. +Terraform module to create an ECS Service for a web app (task), and registers with an ALB target group to route requests. > [!TIP] @@ -426,7 +426,7 @@ Check out these related projects. > - **Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate. > > Request Quote -> +> ## ✨ Contributing @@ -469,15 +469,15 @@ Setup dependencies: To run tests: -- Run all tests: +- Run all tests: ```sh atmos test run ``` -- Clean up test artifacts: +- Clean up test artifacts: ```sh atmos test clean ``` -- Explore additional test options: +- Explore additional test options: ```sh atmos test --help ``` diff --git a/README.yaml b/README.yaml index b61809c..30d9d2b 100644 --- a/README.yaml +++ b/README.yaml @@ -41,7 +41,7 @@ related: - name: terraform-aws-lb-s3-bucket description: Terraform module to provision an S3 bucket with built in IAM policy to allow AWS Load Balancers to ship access logs. url: https://github.com/cloudposse/terraform-aws-lb-s3-bucket -description: Terraform module to create an ECS Service for a web app (task), and an ALB target group to route requests. +description: Terraform module to create an ECS Service for a web app (task), and registers with an ALB target group to route requests. usage: |2- For a complete example, see [examples/complete](examples/complete).