diff --git a/README.md b/README.md index 275b61d..851fe52 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) }); ```