diff --git a/README.md b/README.md index adc782346..3f2346138 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ class MyComponent extends Component { * **date:** *(String, Moment.js object, Function)* - default: today * **format:** *(String)* - default: DD/MM/YYY * **firstDayOfWeek** *(Number)* - default: [moment.localeData().firstDayOfWeek()](http://momentjs.com/docs/#/i18n/locale-data/) -* **theme:** *(Object)* see [Demo's source](https://github.com/Adphorus/react-date-range/blob/master/demo/src/components/Main.js#L130) +* **theme:** *(Object)* see [Demo's source](https://github.com/Adphorus/react-date-range/blob/master/demo/src/components/Main.js#L143) * **onInit:** *(Function)* default: none * **onChange:** *(Function)* default: none * **linkedCalendars:** *(Boolean)* default: false