Skip to content

Commit

Permalink
Merge pull request artdarek#37 from JacobBennett/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
artdarek committed Feb 13, 2014
2 parents 6aa03f6 + 85aef3a commit 5a0989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function loginWithFacebook() {
// if code is provided get user data and sign in
if ( !empty( $code ) ) {

// This was a callback request from google, get the token
// This was a callback request from facebook, get the token
$token = $fb->requestAccessToken( $code );

// Send a request with it
Expand Down

0 comments on commit 5a0989d

Please sign in to comment.