diff --git a/README.md b/README.md index 05f1cf7..e6cc34e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Feel free to fork or issue pull requests on github. Issues can be reported on th
Gradle
dependencies { - compile 'noman.weekcalendar:weekcalendar:1.0.5' + compile 'noman.weekcalendar:weekcalendar:1.0.6' }
Maven
@@ -33,7 +33,7 @@ Feel free to fork or issue pull requests on github. Issues can be reported on th noman.weekcalendar weekcalendar - 1.0.5 + 1.0.6

Sample Usage

@@ -104,7 +104,12 @@ There are a few xml attributes to customise the calendar. If you feel that any c } }); - See the sample project for usage of methods like `reset()` , `moveToNext()` , `moveToPrevious()` and `setSelectedDate(DateTime)`. + See the sample project for usage of methods like + - `reset()` + - `moveToNext()` + - `moveToPrevious()` + - `setSelectedDate(DateTime)` + - `setStartDate(DateTime)`

Libraries Used