diff --git a/README.md b/README.md index c6935371..036bb1ac 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,14 @@ You must first create an app at Facebook for developers: https://developers.face ### Configure Android -Read through the "[Getting Started with App Events for Android](https://developers.facebook.com/docs/app-events/getting-started-app-events-android)" tutorial and in particular, follow [step 3](https://developers.facebook.com/docs/app-events/getting-started-app-events-android#step-3--integrate-the-facebook-sdk-in-your-android-app) by adding the following into `/app/res/values/strings.xml` (or into respective `debug` or `release` build flavor) +Read through the "[Getting Started with App Events for Android](https://developers.facebook.com/docs/app-events/getting-started-app-events-android)" tutorial and in particular, follow [step 3](https://developers.facebook.com/docs/app-events/getting-started-app-events-android#step-3--integrate-the-facebook-sdk-in-your-android-app) by adding the following into `android/app/src/main/res/values/strings.xml` (or into respective `debug` or `release` build flavor) ```xml -[APP_ID] -[CLIENT_TOKEN] + + + [APP_ID] + [CLIENT_TOKEN] + ``` After that, add that string resource reference to your main `AndroidManifest.xml` file, directly under the `` tag.