Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.

Commit df472fa

Browse files
authored
refactor(readme): typo
- Updated to CLI V3 commands - Updated HTTP links to HTTPS
1 parent 23a0bf3 commit df472fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ A starting project for Ionic that optionally supports using custom SCSS.
55

66
## Using this project
77

8-
We recommend using the [Ionic CLI](https://github.com/driftyco/ionic-cli) to create new Ionic projects that are based on this project but use a ready-made starter template.
8+
We recommend using the [Ionic CLI](https://github.com/ionic-team/ionic-cli) to create new Ionic projects that are based on this project but use a ready-made starter template.
99

1010
For example, to start a new Ionic project with the default tabs interface, make sure the `ionic` utility is installed:
1111

1212
```bash
13-
$ npm install -g ionic
13+
$ npm install -g ionic cordova
1414
```
1515

1616
Then run:
1717

1818
```bash
19-
$ ionic start myProject tabs
19+
$ ionic start myProject tabs --type ionic1
2020
```
2121

22-
More info on this can be found on the Ionic [Getting Started](http://ionicframework.com/getting-started) page and the [Ionic CLI](https://github.com/driftyco/ionic-cli) repo.
22+
More info on this can be found on the Ionic [Getting Started](https://ionicframework.com/getting-started) page and the [Ionic CLI](https://github.com/ionic-team/ionic-cli) repo.
2323

2424
## Issues
25-
Issues have been disabled on this repo, if you do find an issue or have a question consider posting it on the [Ionic Forum](http://forum.ionicframework.com/). Or else if there is truly an error, follow our guidelines for [submitting an issue](http://ionicframework.com/submit-issue/) to the main Ionic repository.
25+
Issues have been disabled on this repo, if you do find an issue or have a question consider posting it on the [Ionic Forum](https://forum.ionicframework.com/). Or else if there is truly an error, follow our guidelines for [submitting an issue](https://ionicframework.com/submit-issue/) to the main Ionic repository.

0 commit comments

Comments
 (0)