Skip to content

Commit b72cd31

Browse files
ChogyDanjamesdaniels
authored andcommitted
(docs) --v2 flag has been removed from the Ionic CLI (angular#1086)
1 parent 9548f05 commit b72cd31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/Auth-with-Ionic3-Angular4.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,11 @@ On successful execution of above commands, you're all set to create your app wit
8080
To create your app, change into the directory where you want your app to reside and execute the following command
8181

8282
```bash
83-
C:\projects> ionic start auth-ng4-ionic3-af2 blank --v2
83+
C:\projects> ionic start auth-ng4-ionic3-af2 blank
8484
```
8585

8686
>The command ionic start will create the project with name "Ionic_AngularFire2_Project" using "blank" template.
8787
88-
>The --v2 flag ensures, this is a Ionic2 project.
89-
9088
Change to the project directory, which was just created with above command
9189

9290
> C:\projects\auth-ng4-ionic3-af2>ionic info

0 commit comments

Comments
 (0)