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

Commit

Permalink
Merge pull request #45 from follesoe/master
Browse files Browse the repository at this point in the history
Fix property name in example code.
  • Loading branch information
matthiaswenz committed Sep 15, 2016
2 parents 60b20c4 + d285137 commit 1a1d07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -186,7 +186,7 @@ using HockeyApp.iOS;

var manager = BITHockeyManager.SharedHockeyManager;
manager.Configure("Your_App_Id");
manager.SetDisableUpdateManager = true;
manager.DisableUpdateManager = true;
manager.StartManager();
```

Expand Down

0 comments on commit 1a1d07c

Please sign in to comment.