Skip to content

Commit

Permalink
Merge pull request #3 from ArminZol/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
ArminZol authored Jul 17, 2018
2 parents 534376b + c8bacb4 commit 901f007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ $ cordova platform add android
$ cordova platform add ios

# Builds cordova application
$ npm run build.cordova --**platform**
$ npm run cordova.build --**platform**
# For example
$ npm run build.cordova --android
$ npm run build.cordova --ios
$ npm run cordova.build --android
$ npm run cordova.build --ios
```
Please look at our [Known Issues](https://github.com/mgechev/angular-seed/wiki/Known-Issues) page for any problems with the initial setup.

Expand Down

0 comments on commit 901f007

Please sign in to comment.