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

Commit 8aace86

Browse files
committed
Add missing semicolon in Readme
1 parent 4ffae48 commit 8aace86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ From our experience, 3rd-party libraries usually reside inside a subdirectory (l
9090
2. Add the following line at the top of the file below your own `import` statements:
9191

9292
```objectivec
93-
@import HockeySDK
93+
@import HockeySDK;
9494
```
9595

9696
3. Search for the method `applicationDidFinishLaunching:`

0 commit comments

Comments
 (0)