Skip to content

Commit

Permalink
Merge pull request #29 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
cwRichardKim committed Apr 16, 2017
2 parents d9e42c2 + 9285bfa commit 0f87bae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Code:
[hub increment]; // increments the count to 1, making the notification visible
```

###Pod
### Pod
```
pod 'RKNotificationHub'
```

###USAGE
### USAGE
![increment](http://i.imgur.com/zpgkNtE.gif)
``` objc
[hub increment];
Expand All @@ -37,7 +37,7 @@ __Combine Actions!__
[hub pop];
```

###CUSTOMIZE
### CUSTOMIZE
![blink](http://i.imgur.com/Ftbrh87.gif)
``` objc
//%%% COLOR
Expand Down Expand Up @@ -65,7 +65,7 @@ __Combine Actions!__
```


###TROUBLESHOOTING
### TROUBLESHOOTING
**Notification isn't showing up!**
* If the hub value is < 1, the circle hides. Try calling `[increment]`
* Make sure the view you set the hub to is visible (i.e. did you call `[self.view addSubview: yourView]`?)
Expand Down

0 comments on commit 0f87bae

Please sign in to comment.