From ef22903a287aa0ce694f266d3828806b7a337222 Mon Sep 17 00:00:00 2001 From: Nicolas De Boose Date: Mon, 29 May 2017 22:20:25 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68b1d70..959e911 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ In case the application doesn't work as expected. Here are some things you can v ### Android -- Ensure that the AndroindManifest.xml located at platforms\android contains the following snippets for registering the GCM listener: +- Ensure that the AndroidManifest.xml located at platforms\android\build\... (do not add it in your "App_Resources\AndroidManifest.xml" file, it's automatically done) contains the following snippets for registering the GCM listener: ```XML @@ -300,7 +300,7 @@ In case the application doesn't work as expected. Here are some things you can v ``` -- Ensure that the AndroindManifest.xml located at platforms\android contains the following permissions for push notifications: +- Ensure that the AndroidManifest.xml located at platforms\android\build\... contains the following permissions for push notifications: ```xml