From f0c7ebd4551d57fbe85299e701359710532c8742 Mon Sep 17 00:00:00 2001 From: Sohail Salehi Date: Tue, 3 Sep 2019 16:52:30 +0800 Subject: [PATCH] Update index.md as per documentation, ionic-angular creates projects for ionic 3 while ionic creates projects for ionic 4 --- content/docs/v3/intro/tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.