Skip to content

Commit ba5267b

Browse files
author
Cameron Magee
committed
docs: update python example usage in README
1 parent 530d3d7 commit ba5267b

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
@@ -109,7 +109,7 @@ Python usage:
109109
110110
```python
111111
from cdk_image_pipeline import ImagePipeline
112-
from consturcts import Construct
112+
from constructs import Construct
113113
114114
# ...
115115
image_pipeline = ImagePipeline(
@@ -171,7 +171,7 @@ image_pipeline = ImagePipeline(
171171
parent_image="ami-0e1d30f2c40c4c701",
172172
profile_name="ImagePipelineProfile4",
173173
security_groups=[sg.security_group_id],
174-
subnet_id=private_subnet[0].subnet_id
174+
subnet_id=priv_subnet[0].subnet_id
175175
)
176176
```
177177

0 commit comments

Comments
 (0)