diff --git a/README.md b/README.md index 7b7bcfb..f98277b 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,13 @@ TODO ### Account Context -Most of the CDK v1 `AccountContext` (`Ac`) methods can be aliased directly with CDK v2 `ProjectContext` (`PC`) counterparts. +Match `ProjectContext` (`PC`) casing: +```diff +-Ac ++AC +``` + +Methods follow the format used in `ProjectContext` (where there is overlap): #### Account ID ```diff