Skip to content

Commit c568e58

Browse files
committed
update text styling
1 parent e4fc2e5 commit c568e58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To create instances of Watson services and their credentials, follow the steps b
5353
**WARNING:** You are responsible for securing your own credentials. Any user with your service credentials can access your service instances!
5454

5555
## Watson Services
56-
### To get started with the Watson Services in Unity, click on each service below to read through each of their `README.md`'s and their codes.
56+
To get started with the Watson Services in Unity, click on each service below to read through each of their `README.md`'s and their codes.
5757
* [Alchemy Language](/Scripts/Services/AlchemyAPI/v1)
5858
* [Conversation](/Scripts/Services/Conversation/v1)
5959
* [Discovery](/Scripts/Services/Discovery/v1)
@@ -70,9 +70,9 @@ To create instances of Watson services and their credentials, follow the steps b
7070
* [Visual Recognition](/Scripts/Services/VisualRecognition/v3)
7171

7272
## Authentication Tokens
73-
### You use tokens to write applications that make authenticated requests to IBM Watson™ services without embedding service credentials in every call.
73+
You use tokens to write applications that make authenticated requests to IBM Watson™ services without embedding service credentials in every call.
7474

75-
### You can write an authentication proxy in IBM® Bluemix® that obtains and returns a token to your client application, which can then use the token to call the service directly. This proxy eliminates the need to channel all service requests through an intermediate server-side application, which is otherwise necessary to avoid exposing your service credentials from your client application.
75+
You can write an authentication proxy in IBM® Bluemix® that obtains and returns a token to your client application, which can then use the token to call the service directly. This proxy eliminates the need to channel all service requests through an intermediate server-side application, which is otherwise necessary to avoid exposing your service credentials from your client application.
7676

7777
```
7878
using IBM.Watson.DeveloperCloud.Services.Conversation.v1;
@@ -88,7 +88,7 @@ void Start()
8888
}
8989
```
9090

91-
### There is a helper class included to obtain tokens from within your Unity application.
91+
There is a helper class included to obtain tokens from within your Unity application.
9292

9393
```
9494
using IBM.Watson.DeveloperCloud.Utilities;

0 commit comments

Comments
 (0)