Skip to content

Commit

Permalink
Merge pull request #25 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
daisuke0131 authored Apr 18, 2017
2 parents 488ca52 + 3a84683 commit f556ca8
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 @@ -84,7 +84,7 @@ Import ViewMonitor,
Execute ```[ViewMonitor start]``` after application started.
Like this
```
#import "YourProjectName-Swift.h"
# import "YourProjectName-Swift.h"
@import ViewMonitor;
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
Expand Down

0 comments on commit f556ca8

Please sign in to comment.