diff --git a/README.md b/README.md index 275b61da5e380394669b313cd9118cd71c82c406..851fe52e0e5fb78a690e7c409a5d059fe37448f5 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ import {NotificationsAndroid} from 'react-native-notifications'; // On Android, we allow for only one (global) listener per each event type. NotificationsAndroid.setRegistrationTokenUpdateListener((deviceToken) => { - console.log('Push-notifications regsitered!', deviceToken) + console.log('Push-notifications registered!', deviceToken) }); ```