Skip to content

Commit 9110ac0

Browse files
committed
docs(readme): update to follow style guidelines
1 parent 3617f08 commit 9110ac0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ If you have more than one plan, you can use `CredentialUtils` to get the service
8989

9090
Watson services are migrating to token-based Identity and Access Management (IAM) authentication.
9191

92-
- There are two ways of initializing an authenticator:
93-
1. Using the builder of the authenticator (builder pattern).
94-
2. Using the constructor of the authenticator (deprecated, but it is still available).
92+
- You can initialize the authenticator with either of the following approaches:
93+
- In the builder of the authenticator (builder pattern).
94+
- In the constructor of the authenticator (deprecated, but still available).
9595
- With some service instances, you authenticate to the API by using **[IAM](#iam)**.
9696
- In other instances, you authenticate by providing the **[username and password](#username-and-password)** for the service instance.
9797
- If you're using a Watson service on Cloud Pak for Data, you'll need to authenticate in a [specific way](#cloud-pak-for-data).

0 commit comments

Comments
 (0)