JSEcoin / platform

Platform agnostic core - Web, Desktop, Mobile

Home Page:https://alpha.jsecoin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo on Platform.md page

RobertChalmers opened this issue · comments

npm install -g cordova
cd ./build/mobile/
npm install
cordova add android

should read
npm install -g cordova
cd ./build/mobile/
npm install
cordova platform add android

Thanks - next update I'm pushing out an overhaul to the readme to match correct npm script names etc..

@ShanghaiTimes It is simple to edit the readme.md and submit a pull request like I just did.