Skip to content

Commit

Permalink
Changed the Read Me
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshgirase committed Mar 24, 2019
1 parent 74e4252 commit 72897de
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 @@ -45,7 +45,7 @@ Build signed production android apk file to upload. In case of a CI server, this
Execute the binary, passing required data in arguments.

```bash
PlayStoreUploader -key "key.json" -apk "app.apk" -track "alpha" -name "myApp" -notes "new release"
java -jar release-manager-1.0.jar -key "key.json" -apk "app.apk" -track "internal" -name "myApp" -notes "new release"
```

#### CLI Options
Expand Down

0 comments on commit 72897de

Please sign in to comment.