Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed syntax for a couple of phrases, typos and grammar and formatting.
  • Loading branch information
revolter committed Apr 3, 2015
1 parent c04a4ab commit d0bcb9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ With [CocoaPods](http://cocoapods.org), add this line to your Podfile.

### Basic usage

You have to create two views in your UIViewController:
You have to create two views in your `UIViewController`:

- The first view is `JTCalendarMenuView` and it represents the month names.
- The second view is `JTCalendarContentView` and it represents the calendar itself.
Expand Down Expand Up @@ -134,7 +134,7 @@ self.calendar.calendarAppearance.dayTextColorSelected = [UIColor whiteColor];
[self.calendar reloadAppearance]; // You have to call reloadAppearance
```
*Good* example:
**Good** example:
```objective-c
self.calendar = [JTCalendar new];
Expand Down

0 comments on commit d0bcb9d

Please sign in to comment.