Skip to content

Commit 33acb7d

Browse files
committed
fix: README.md typos
1 parent c4f68e5 commit 33acb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
* **PLEASE NOTE**: During the creation of the CodeCatalyst connection, you'll need to create a proper IAM Role that will be assumed by CodeCatalyst. For this example we've used the policy you can find in the file `CodeCatalystRolePolicyExample.json`. This IAM policy is very permissive so please **don't use it for production purposes!!**
1717
* For this particular example we're assuming:
1818
* AWS Account ID: 123456789012
19-
* CodeCatalyst Connection (linked to the account above) named "TestEnvironment" referencing the "CodeCatalystTestEnvironmentRole" IAM role
19+
* CodeCatalyst Environment (linked to the account above) named "TestEnvironment" referencing the "CodeCatalystTestEnvironmentRole" IAM role
2020

2121
### Creating ECR and CodeArtifact repositories
22-
* You'll need to create an ECR repository and a CodeArtifact repository and properly substitute values inside `./codecatalyst/workflows/Build_And_Deploy.yaml`
22+
* You'll need to create an ECR repository and a CodeArtifact repository and properly substitute values inside `./codecatalyst/workflows/build.yaml`
2323
* Instructions to create ECR repository via CLI:
2424
```
2525
aws ecr create-repository \

0 commit comments

Comments
 (0)