From 89ba511e876b05271ccb7bd62f1e63292482e2ca Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Fri, 20 Jan 2017 21:38:59 +0100 Subject: [PATCH] Typ-o regsitered --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }); ``` -- 2.26.2