README.md in appload-0.1.0 vs README.md in appload-0.1.1
- old
+ new
@@ -4,17 +4,22 @@
[](https://twitter.com/longboardcat13)
[](https://github.com/longboardcat/appload/blob/master/LICENSE)
[](https://travis-ci.org/longboardcat/appload)
[](http://badge.fury.io/rb/appload)
-appload helps you double-check things you might have gotten wrong during an iOS iTunes Connect upload.
+appload is a gem that helps you double-check things you might have gotten wrong during an iTunes
+Connect upload. It will display .ipa, info.plist, and provisioning profile information to verify
+before uploading via [fastlane/deliver][1].
+Things to check before uploading:
+- Entitlements
+- Provisioned devices
+- Expiring provisioning profiles
+- Expiring developer certificates
+- Scheme
+
Usage
-----
-
-[deliver][1] needs to be installed.
-
-`gem install deliver`
`gem install appload`
`appload <path_to_ipa>`