Skip to content

Commit 48781e9

Browse files
committed
Update README.md
1 parent 46b81ae commit 48781e9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
A messages UI for iPhone and iPad.
44

5-
![Messages Screenshot 1][img1]     ![Messages Screenshot 2][img2]
6-
75
`JSMessagesViewController` is a `UITableViewController` subclass that is very similar to the iOS Messages app. **Note, this is only a messaging UI, not a messaging app.**
86

9-
**See more [screenshots](https://github.com/jessesquires/MessagesTableViewController/tree/master/Screenshots) in the `Screenshots/` directory.**
7+
![Messages Screenshot 1][img1]     ![Messages Screenshot 2][img2]
8+
9+
*See more [screenshots](https://github.com/jessesquires/MessagesTableViewController/tree/master/Screenshots) in the `Screenshots/` directory.*
1010

1111
## Update!
1212

13-
####Version 3.0.0 just released with a brand new API! iOS 7 support + documentation coming soon!
13+
####Version 3.0.0 just released with a brand new API! iOS 7 support coming soon!
1414

1515
## Features
1616

@@ -38,11 +38,11 @@ A messages UI for iPhone and iPad.
3838

3939
## Installation
4040

41-
### From [CocoaPods](http://www.cocoapods.org)
41+
#### From [CocoaPods](http://www.cocoapods.org)
4242

4343
pod 'JSMessagesViewController'
4444

45-
### From source
45+
#### From source
4646

4747
* Drag the `JSMessagesViewController/` folder to your project.
4848
* Add the `AudioToolbox.framework` to your project, if you want to use the sound effects
@@ -61,9 +61,9 @@ A messages UI for iPhone and iPad.
6161

6262
5. Implement `- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section` from the [`UITableViewDataSource` protocol](https://developer.apple.com/library/ios/documentation/uikit/reference/UITableViewDataSource_Protocol/Reference/Reference.html).
6363

64-
666. Present your subclassed ViewController programatically or via StoryBoards. Your subclass should be the `rootViewController` of a `UINavigationController`.
64+
6. Present your subclassed ViewController programatically or via StoryBoards. Your subclass should be the `rootViewController` of a `UINavigationController`.
6565

66-
7. Read the documentation (Yes, there's documentation! Seriously!)
66+
7. Read the documentation (Yes, there's documentation! [Seriously](http://dailyyeah.com/wp-content/uploads/2008/07/crazy_fat_kid.gif)!)
6767

6868
8. See the included demo project: `JSMessagesDemo.xcodeproj`
6969

@@ -83,9 +83,9 @@ Documentation is [available here](http://cocoadocs.org/docsets/JSMessagesViewCon
8383

8484
Created by [Jesse Squires](https://twitter.com/jesse_squires), a [programming-motherfucker](http://programming-motherfucker.com).
8585

86-
Originally inspired by [@soffes](http://github.com/soffes)/[SSMessagingViewController][ss].
86+
Originally inspired by [@soffes](http://github.com/soffes) **/** [SSMessagingViewController][ss].
8787

88-
Many thanks to [le contributors](https://github.com/jessesquires/MessagesTableViewController/graphs/contributors) of this project.
88+
Many thanks to [the contributors](https://github.com/jessesquires/MessagesTableViewController/graphs/contributors) of this project.
8989

9090
Square message bubbles designed by [@michaelschultz](http://www.twitter.com/michaelschultz).
9191

0 commit comments

Comments
 (0)