From 2f2891eeee09d85f879661ca99d0f4d4a06bc63a Mon Sep 17 00:00:00 2001 From: Bast22 Date: Thu, 9 Mar 2023 21:14:06 +0100 Subject: [PATCH] fix: Correct cleanup command --- examples/cdk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cdk/README.md b/examples/cdk/README.md index 45c7026bc9..f4a2fd6621 100644 --- a/examples/cdk/README.md +++ b/examples/cdk/README.md @@ -72,8 +72,8 @@ As we have enabled tracing for our Lambda-Funtions, you can visit [AWS CloudWatc ## Cleanup -To delete the sample application that you created, run the command below while in the `examples/sam` directory: +To delete the sample application that you created, run the command below while in the `examples/cdk` directory: ```bash -cdk delete +cdk destroy ``` \ No newline at end of file