Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justynjozwiak committed Apr 13, 2017
1 parent 3f163ba commit 85c1224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ const messenger = new MessengerWrapper({
pageAccessToken: '<PAGE_ACCESS_TOKEN>'
});

//here we define 3 available listeners: 'message', 'delivery', 'postback' and 'optin':
//here we define 4 available listeners: 'message', 'delivery', 'postback' and 'optin':
messenger.on('message', (event) => {
//put your logic here
});
Expand Down

0 comments on commit 85c1224

Please sign in to comment.