Skip to content

Commit

Permalink
referenced correct npm script for running android in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenHans committed Oct 14, 2016
1 parent 774a3ff commit 69d59f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Use `npm run start-web` as mentioned above to start the browser version of Board
To run the cordova project, open a terminal and point it to `dist/mobile`. Use one of the following commands to start:

* `npm run start-mobile-ios`: Runs the iOS version of BoardZ. Requires a Mac
* `npm run start-mobile-ios`: Runs the Android version of BoardZ. Requires Android SDK to be installed and at least a simulator
* `npm run start-mobile-android`: Runs the Android version of BoardZ. Requires Android SDK to be installed and at least a simulator

### Electron

Expand Down

0 comments on commit 69d59f7

Please sign in to comment.