Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
docs: be more clear about matching ProjectContext
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Jan 20, 2022
1 parent 5c21678 commit b7a48fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7a48fc

Please sign in to comment.