Skip to content

Commit 90b7117

Browse files
authored
chore(examples): fix cdk cleanup command (#1364)
1 parent 1168066 commit 90b7117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/cdk/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ As we have enabled tracing for our Lambda-Funtions, you can visit [AWS CloudWatc
7272
7373
## Cleanup
7474
75-
To delete the sample application that you created, run the command below while in the `examples/sam` directory:
75+
To delete the sample application that you created, run the command below while in the `examples/cdk` directory:
7676
7777
```bash
78-
cdk delete
78+
cdk destroy
7979
```

0 commit comments

Comments
 (0)