diff --git a/packages/aws-cdk-lib/README.md b/packages/aws-cdk-lib/README.md index a510030a82526..8e3aa56142eb1 100644 --- a/packages/aws-cdk-lib/README.md +++ b/packages/aws-cdk-lib/README.md @@ -136,7 +136,7 @@ The following synthesizers are available: controlling who can assume the deploy role. This is the default stack synthesizer in CDKv2. - `LegacyStackSynthesizer`: Uses CloudFormation parameters to communicate - asset locations, and the CLI's current permissions to deploy stacks. The + asset locations, and the CLI's current permissions to deploy stacks. This is the default stack synthesizer in CDKv1. - `CliCredentialsStackSynthesizer`: Uses predefined asset locations, and the CLI's current permissions. diff --git a/packages/aws-cdk-lib/core/README.md b/packages/aws-cdk-lib/core/README.md index 0a2a25baf5bfe..be2b158e771d1 100644 --- a/packages/aws-cdk-lib/core/README.md +++ b/packages/aws-cdk-lib/core/README.md @@ -101,7 +101,7 @@ The following synthesizers are available: controlling who can assume the deploy role. This is the default stack synthesizer in CDKv2. - `LegacyStackSynthesizer`: Uses CloudFormation parameters to communicate - asset locations, and the CLI's current permissions to deploy stacks. The + asset locations, and the CLI's current permissions to deploy stacks. This is the default stack synthesizer in CDKv1. - `CliCredentialsStackSynthesizer`: Uses predefined asset locations, and the CLI's current permissions.