Skip to content

Commit 1f6b34d

Browse files
author
TwistedUmbrella
authored
Merge pull request #860 from pgier/readme-typo-fix
Fix typo in login example in README
2 parents f33eedc + 5bffa00 commit 1f6b34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ OkHttpClient httpClient = new OkHttpClient();
8787
* Afer this, the user must signin on google and get the token that will be show to him.
8888
* This token will need to be put as argument to login.
8989
*/
90-
GoogleUserCredentialProvider provider = new GoogleUserCredentialProvider(http);
90+
GoogleUserCredentialProvider provider = new GoogleUserCredentialProvider(httpClient);
9191

9292
// in this url, you will get a code for the google account that is logged
9393
System.out.println("Please go to " + GoogleUserCredentialProvider.LOGIN_URL);

0 commit comments

Comments
 (0)