Skip to content

Commit d06b8ed

Browse files
Fixed a typo
1 parent 250df24 commit d06b8ed

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
@@ -327,7 +327,7 @@ func main() {
327327

328328
### IAM authentication
329329

330-
This library supports [IBM's IAM Authentication](https://cloud.ibm.com/docs/account?topic=account-iamoverview_) (used by the `ibmcloud` cli for example). You will want to set the `IAMToken` and `IAMRefreshToken` properties on the session to make use of it.
330+
This library supports [IBM's IAM Authentication](https://cloud.ibm.com/docs/account?topic=account-iamoverview) (used by the `ibmcloud` cli for example). You will want to set the `IAMToken` and `IAMRefreshToken` properties on the session to make use of it.
331331

332332

333333
```go

0 commit comments

Comments
 (0)