diff --git a/README.md b/README.md index 82512e5..a77bef0 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ Action called has new view date as first argument. ```javascript actions: { - changeDateAction(date) { + changeMonthAction(date) { // do sth with the new view date } }