Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
fix the --apk-package to --app-package in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nirsegev committed May 10, 2015
1 parent a30aacb commit 8494de9
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 @@ -16,7 +16,7 @@ Quick start
-----------
```bash
$ pip install magneto
$ magneto <TEST_DIR> --apk-path <PATH_TO_APK> --apk-package <APK_PACKAGE_NAME> --app-activity <APP_ACTIVITY>
$ magneto <TEST_DIR> --apk-path <PATH_TO_APK> --app-package <APK_PACKAGE_NAME> --app-activity <APP_ACTIVITY>
```


Expand Down

0 comments on commit 8494de9

Please sign in to comment.