From 91bb2d51a720a1537f4e3e6d61874400e5036e3e Mon Sep 17 00:00:00 2001 From: Arthur Ariel Sabintsev Date: Wed, 13 Jul 2016 21:13:48 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 974a85ca..3c64fded 100755 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ If an app update is available, Siren checks to make sure that the version of iOS ## Testing Siren Temporarily change the version string in Xcode (within the `.xcodeproj`) to an older version than the one that's currently available in the App Store. Afterwards, build and run your app, and you should see the alert. -If you currently don't have an app in the store, change your bundleID to one that is already in the store. In the example app, we use the [iTunes Connect Mobile](https://itunes.apple.com/us/app/itunes-connect/id376771144?mt=8) app's bundleID: `com.apple.itunesconnect.mobile`. +If you currently don't have an app in the store, change your bundleID to one that is already in the store. In the sample app packaged with this library, we use the [iTunes Connect Mobile](https://itunes.apple.com/us/app/itunes-connect/id376771144?mt=8) app's bundleID: `com.apple.itunesconnect.mobile`. For your convenience, you may turn on debugging statements by setting `self.debugEnabled = true` before calling the `checkVersion()` method.