Skip to content

Commit 9caac44

Browse files
committed
fix README
1 parent 1343c9c commit 9caac44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ String[] scope = {"files.readwrite.all", "offline_access"};
9696
String redirectURL = "http://localhost:8080/";
9797
String clientSecret = "xxxxxxxxxxxxxxxxxxxxxxx";
9898

99-
// auto login
99+
// with login
100100
Client client = new Client(clientId, scope, redirectURL, clientSecret);
101-
// self login
101+
// without login
102102
Client client = new Client(clientId, scope, redirectURL, clientSecret, false);
103103
client.login();
104104
```

0 commit comments

Comments
 (0)