From 5559702bcd956c82f4f54993f63a6202fcdf7a97 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Wed, 28 Jan 2015 18:13:55 +0000 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58fcce1..5cc1fb0 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,10 @@ Specify the `ipa` file to be used: deliver testflight ./my_app.ipa ``` -Pass the Apple ID and bundle identifier to be used: +Pass the Apple ID and App ID to be used: ``` -deliver testflight -u felix@krausefx.com -a com.krausefx.app +deliver testflight -u felix@krausefx.com -a 862582703 ``` To build and upload the ipa in one step, you can use [shenzhen](https://github.com/nomad/shenzhen):