Skip to content

Commit 44817fd

Browse files
committed
docs(readme): switch platform section titles
1 parent 93caefd commit 44817fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ $ npm install
4545
## Install cordova plugin Dependencies
4646
Run this command on your terminal to add a platform and install all needed puglins:
4747

48-
Android:
48+
iOS:
4949
```sh
5050
$ ionic cordova platform add ios
5151
$ ionic cordova run ios
5252
```
5353

54-
iOS:
54+
Android:
5555
```sh
5656
$ ionic cordova platform add android
5757
$ ionic cordova run android

0 commit comments

Comments
 (0)