Fixed formatting in README.

This commit is contained in:
Thomas Dohmke 2011-12-04 12:45:35 +01:00
parent 604e767dd7
commit 013075a5fd

View File

@ -74,11 +74,9 @@ Drag & drop the HockeySDK folder from your project directory to your Xcode proje
3. Search for the method application:didFinishLaunchingWithOptions:
4. Add the following lines:
<pre>[[CNSHockeyManager sharedHockeyManager] configureWithBetaIdentifier:@"BETA_IDENTIFIER"
4. Add the following lines:<pre><code>[[CNSHockeyManager sharedHockeyManager] configureWithBetaIdentifier:@"BETA_IDENTIFIER"
liveIdentifier:@"LIVE_IDENTIFIER"
delegate:nil];</pre>
delegate:nil];</code></pre>
5. Replace BETA_IDENTIFIER with the app identifier of your beta app. If you don't know what the app identifier is or how to find it, please read [this how-to](http://support.hockeyapp.net/kb/how-tos/how-to-find-the-app-identifier).