From 716f62820a95f51647a520d9480851c7b0650fee Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:44:44 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e3f3b6a..daa045c0 100644 --- a/README.md +++ b/README.md @@ -649,7 +649,7 @@ app.synth(); The `CDK_AWS_PARTITION` environment variable can be used to specify the AWS partition for the pipeline. If it's specified to `aws-cn`, the assets generated by pipeline will reference the resources in -`.amazonaws.com.cn` instead of `.amazonaws.com.cn`. +`.amazonaws.com.cn` instead of `.amazonaws.com`. If `CDK_AWS_PARTITION` environment variable is not specified, the default behaviour for the pipeline is to use the `aws` partition.