From 15f354373623482a472f157728f905574285537f Mon Sep 17 00:00:00 2001 From: edmondchui Date: Fri, 13 Nov 2015 14:30:55 -0800 Subject: [PATCH] Fix filename reference from index.js to index.html --- platforms/browser/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/browser/README.md b/platforms/browser/README.md index f4070e275..5bf7ee53b 100644 --- a/platforms/browser/README.md +++ b/platforms/browser/README.md @@ -28,7 +28,7 @@ $ cordova -d plugin add https://github.com/Wizcorp/phonegap-facebook-plugin/ --v ## Setup -- You must add the following somewhere in your `index.js`: +- You must add the following somewhere in your `index.html`: ```html
@@ -45,4 +45,4 @@ if (window.cordova.platformId == "browser") { - In your facebook develop website settings page, add your server's domain to app doamin (or localhost for testing). -![image](app_domain_setup.png) \ No newline at end of file +![image](app_domain_setup.png)