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

Commit

Permalink
Add missing semicolon in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis committed May 24, 2016
1 parent 4ffae48 commit 8aace86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ From our experience, 3rd-party libraries usually reside inside a subdirectory (l
2. Add the following line at the top of the file below your own `import` statements:

```objectivec
@import HockeySDK
@import HockeySDK;
```

3. Search for the method `applicationDidFinishLaunching:`
Expand Down

0 comments on commit 8aace86

Please sign in to comment.