Skip to content

Commit 6bdae90

Browse files
authored
Merge pull request #678 from watson-developer-cloud/mediumTaj-patch-2
Update README.md
2 parents 0eb9766 + b8d48eb commit 6bdae90

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,6 @@
99

1010
Use this SDK to build Watson-powered applications in Unity.
1111

12-
<details>
13-
<summary>Table of Contents</summary>
14-
15-
* [Before you begin](#before-you-begin)
16-
* [Getting the Watson SDK and adding it to Unity](#getting-the-watson-sdk-and-adding-it-to-unity)
17-
* [Installing the SDK source into your Unity project](#installing-the-sdk-source-into-your-unity-project)
18-
* [Discovery v2 only on CP4D](#discovery-v2-only-on-cp4d)
19-
* [Configuring your service credentials](#configuring-your-service-credentials)
20-
* [Authentication](#authentication)
21-
* [Watson Services](#watson-services)
22-
* [Authentication Tokens](#authentication-tokens)
23-
* [Documentation](#documentation)
24-
* [Questions](#questions)
25-
* [Open Source @ IBM](#open-source--ibm)
26-
* [License](#license)
27-
* [Contributing](#contributing)
28-
29-
</details>
30-
3112
## Announcements
3213
### Updating endpoint URLs from watsonplatform.net
3314
Watson API endpoint URLs at watsonplatform.net are changing and will not work after 26 May 2021. Update your calls to use the newer endpoint URLs. For more information, see https://cloud.ibm.com/docs/watson?topic=watson-endpoint-change.
@@ -62,10 +43,6 @@ You can get the latest SDK release by clicking [here][latest_release_sdk]. **You
6243
### Installing the SDK source into your Unity project
6344
Move the **`unity-sdk`** and **`unity-sdk-core`** directories into the **`Assets`** directory of your Unity project. _Optional: rename the SDK directory from `unity-sdk` to `Watson` and the Core directory from `unity-sdk-core` to `IBMSdkCore`_.
6445

65-
## Discovery v2 only on CP4D
66-
67-
Discovery v2 is only available on Cloud Pak for Data.
68-
6946
## Configuring your service credentials
7047
To create instances of Watson services and their credentials, follow the steps below.
7148

@@ -91,7 +68,7 @@ The credentials for each service contain either a `username`, `password` and end
9168
**WARNING:** You are responsible for securing your own credentials. Any user with your service credentials can access your service instances!
9269

9370
## Watson Services
94-
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.
71+
To get started with a Watson Service in Unity, follow the link to see the code.
9572
* [Assistant V1](/Scripts/Services/Assistant/V1)
9673
* [Assistant V2](/Scripts/Services/Assistant/V2)
9774
* [Compare Comply V1](/Scripts/Services/CompareComply/V1)

0 commit comments

Comments
 (0)