Skip to content

Commit 4c05c28

Browse files
committed
Update README.md
1 parent 6b58a21 commit 4c05c28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Without CocoaPods:
9191

9292
## Quick Tips
9393

94-
*Springy bubbles?*
94+
##### *Springy bubbles?*
9595
````objective-c
9696
- (void)viewDidAppear:(BOOL)animated
9797
{
@@ -100,7 +100,7 @@ Without CocoaPods:
100100
}
101101
````
102102

103-
*Remove avatars?*
103+
##### *Remove avatars?*
104104
````objective-c
105105
- (void)viewDidLoad
106106
{
@@ -115,7 +115,7 @@ Without CocoaPods:
115115
}
116116
````
117117

118-
*Customize your cells?*
118+
##### *Customize your cells?*
119119
````objective-c
120120
- (UICollectionViewCell *)collectionView:(JSQMessagesCollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
121121
{
@@ -128,7 +128,7 @@ Without CocoaPods:
128128
}
129129
````
130130

131-
*Customize your toolbar buttons?*
131+
##### *Customize your toolbar buttons?*
132132
````objective-c
133133
- (void)viewDidLoad
134134
{

0 commit comments

Comments
 (0)