diff --git a/README.md b/README.md
index 57fad7b..c37ba07 100644
--- a/README.md
+++ b/README.md
@@ -379,7 +379,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**) contains the following snippets for registering the GCM listener:
```XML
@@ -401,7 +401,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