diff --git a/README.md b/README.md index aeef765..25d0324 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ To run the example project, clone the repo, and run `pod install` from the Examp [[FSCalendar appearance] setTodayColor:[UIColor redColor]]; // today fill color [[FSCalendar appearance] setUnitStyle:FSCalendarUnitStyleCircle]; // shape of today/selection fill color.Circle/Fectangle -### 4. Header (IBOutlet supported too) +### 4. Header (IBOutlet supported) FSCalendarHeader *header = [[FSCalendarHeader alloc] initWithFrame:CGRectMake(0,0,_calendar.frame.size.width,_calendar.frame.size.height)]; + _calendar.header = header; ## Requirements ios 7.0