diff --git a/README.md b/README.md index 42cfeec463f672c606043996b663d9bfc4bdc00a..60bb5171aa51466472c24d367d1ed62956843afe 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,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) }); ```