Skip to content

Commit 72897de

Browse files
committed
Changed the Read Me
1 parent 74e4252 commit 72897de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Build signed production android apk file to upload. In case of a CI server, this
4545
Execute the binary, passing required data in arguments.
4646

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

5151
#### CLI Options

0 commit comments

Comments
 (0)