From 2f4239cf9136dbeb59facdbb674003f318b8b3eb Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Tue, 13 Sep 2016 16:50:23 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbb90bd..e05074e 100644 --- a/README.md +++ b/README.md @@ -151,9 +151,9 @@ Edit `AppDelegate.m`: In [firebase console](https://console.firebase.google.com/), you can get `google-services.json` file and place it in `android/app` directory and get `GoogleService-Info.plist` file and place it in `/ios/your-project-name` directory (next to your `Info.plist`) -### Setup Local Notifications +## Setup Local Notifications -#### IOS +### IOS Edit Appdelegate.m ```diff @@ -163,7 +163,7 @@ Edit Appdelegate.m + } ``` -#### Android +### Android Edit AndroidManifest.xml ```diff -- 2.26.2