Skip to content

Commit 9235516

Browse files
author
Steve Gill
committed
Fixed some errors with cordova
1 parent b827b0a commit 9235516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cordova.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In the root of your project, you should see the following directories.
5555

5656
Lets try building the app
5757

58-
`cordova platform build android`
58+
`cordova build android`
5959

6060
Once that is successful, lets move on to deploying!
6161

@@ -83,7 +83,7 @@ Run `cordova emulate android` from within your cordova project to launch your ap
8383

8484
### Install iOS Sim
8585

86-
`npm install -g ios-sim`
86+
`npm install -g ios-deploy`
8787

8888
### Simulator
8989

0 commit comments

Comments
 (0)