Skip to content

Commit 8d814c4

Browse files
authored
Mistakenly reference Language Translator in comment
1 parent 646b8a2 commit 8d814c4

File tree

1 file changed

+1
-1
lines changed
  • src/IBM.WatsonDeveloperCloud.Conversation.v1

1 file changed

+1
-1
lines changed

src/IBM.WatsonDeveloperCloud.Conversation.v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You complete these steps to implement your application:
2929
#### Instantiating and authenticating the service
3030
Before you can send requests to the service it must be instantiated and credentials must be set.
3131
```cs
32-
// create a Language Translator Service instance
32+
// create a Conversation Service instance
3333
ConversationService _conversation = new ConversationService();
3434

3535
// set the credentials

0 commit comments

Comments
 (0)