From 130ed1cf48d66ee655339938f9799160297c2adf Mon Sep 17 00:00:00 2001 From: evalentini Date: Thu, 4 Sep 2025 15:46:08 -0700 Subject: [PATCH] fixed a couple typos in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13841143..ad1c6a39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Amazon CI/CD pipeline deploying to ECS Fargate using CDK V2 _A complete DevOps enabled sample containerized application_ -This project builds a complete sample containerized Flask application publically available on AWS, using Fargate, ECS, CodeBuild, and CodePipline to produce a fully functional pipline to continuously roll out +This project builds a complete sample containerized Flask application publicly available on AWS, using Fargate, ECS, CodeBuild, and CodePipeline to produce a fully functional pipline to continuously roll out changes to your new app. ## Getting Started