From 02e8b60c0c938ee17c9deaaf7565458de4bdaef1 Mon Sep 17 00:00:00 2001 From: Wenchao Ding Date: Mon, 16 Feb 2015 17:24:57 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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