From 022dc307bf51581258f538b1653c4479a091c536 Mon Sep 17 00:00:00 2001 From: Daniel Jacob Archer Date: Tue, 25 Apr 2017 11:18:06 -0700 Subject: [PATCH] Update Readme to fix typo around changeMonthAction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }