diff --git a/docs/content/getting-started/index.md b/docs/content/getting-started/index.md index 818b1c6d0..eacfdae70 100644 --- a/docs/content/getting-started/index.md +++ b/docs/content/getting-started/index.md @@ -190,7 +190,7 @@ Resources: To delete your app, run the [rad app delete]({{< ref rad_application_delete >}}) command to cleanup the app and its resources, including the Recipe resources: ```bash -rad app delete demo -y +rad app delete first-app -y ``` ## Next steps