Skip to content

Commit 6737d8f

Browse files
committed
docs: Fix README mistake about ICP auth [skip ci]
1 parent dde057c commit 6737d8f

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
@@ -291,7 +291,7 @@ service.setEndPoint("<service ICP URL>");
291291
```
292292

293293
```java
294-
// letting the SDK manage the token
294+
// assuming control of managing the access token
295295
ICP4DConfig config = new ICP4DConfig.Builder()
296296
.url("<ICP token exchange base URL>")
297297
.userManagedAccessToken("<access token>")

0 commit comments

Comments
 (0)