diff --git a/content/docs/v3/intro/tutorial/index.md b/content/docs/v3/intro/tutorial/index.md index c0734d98d7..12d872ea3c 100644 --- a/content/docs/v3/intro/tutorial/index.md +++ b/content/docs/v3/intro/tutorial/index.md @@ -32,7 +32,7 @@ more. Let's get started! To start a new app, open your [terminal/command prompt](/docs/developer-resources/what-is/#cli) and run: ```bash -$ ionic start MyIonicProject tutorial --type=ionic-angular +$ ionic start MyIonicProject tutorial --type=angular ``` * `start` will tell the CLI create a new app.