From 6d3802e7b0e335f420f5d21be020baec3a38aa57 Mon Sep 17 00:00:00 2001 From: Aymeric Bouzy Date: Tue, 5 Jul 2016 17:57:54 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c82b998..15f2ed9 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ if (GcmAndroid.launchNotification) { * There are two situations. ##### The app is running on the foreground or background. -`GcmAndroid.launchNotification` is `null`, you can get notification in `GcmAndroid.addEventListener('notification'` listenter. +`GcmAndroid.launchNotification` is `null`, you can get notification in `GcmAndroid.addEventListener('notification'` listener. ##### The app is killed/closed `GcmAndroid.launchNotification` is your GCM data. You can create notification with resolving the data by using [react-native-system-notification module](https://github.com/Neson/react-native-system-notification).