diff --git a/README.md b/README.md index a994978..9e19ae4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Here are a few code examples... Login using Facebook: - openFB.login(scope, successHandler, errorHandler); + openFB.login(callback, scope); Get the user's list of friends: diff --git a/index.html b/index.html index 4d6f0e2..ec4a232 100644 --- a/index.html +++ b/index.html @@ -27,19 +27,20 @@