From f846b64a4a648097ddc2c3f432822909d17e189e Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Tue, 13 Jun 2017 22:20:56 -0700 Subject: [PATCH] Fix the category option key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f215809..c7e1546 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ let commentTextButton = new NotificationActions.Action({ let myCategory = new NotificationActions.Category({ identifier: 'something_happened', actions: [upvoteButton, commentTextButton], - forContext: 'default' + context: 'default' }); // ** important ** update the categories