diff --git a/README.md b/README.md index b31ece686bbe8429e328e6a7a73c0b36342fea9d..1774da4f542f39b7acc0a6f8c1ea11dbfe11763c 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ class App extends Component { FCM.cancelAllLocalNotifications() FCM.cancelLocalNotification("UNIQ_ID_STRING") - FCM.setBadgeNumber(); // iOS only and there's no way to set it in Android, yet. + FCM.setBadgeNumber(1); // iOS only and there's no way to set it in Android, yet. FCM.getBadgeNumber().then(number=>console.log(number)); // iOS only and there's no way to get it in Android, yet. FCM.send('984XXXXXXXXX', { my_custom_data_1: 'my_custom_field_value_1',