Skip to content

Commit 5bffa00

Browse files
committed
Fix typo in login example in README
1 parent 0dce9e2 commit 5bffa00

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)