Skip to content

Commit 6ba952a

Browse files
committed
docs(readme): fix typo in assistant v2 example
1 parent b4532b0 commit 6ba952a

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
@@ -302,7 +302,7 @@ Use the [Assistant][conversation] service to determine the intent of a message.
302302
Note: You must first create a workspace via IBM Cloud. See [the documentation](https://console.bluemix.net/docs/services/conversation/index.html#about) for details.
303303

304304
```js
305-
var AssistantV1 = require('watson-developer-cloud/assistant/v1');
305+
var AssistantV2 = require('watson-developer-cloud/assistant/v2');
306306

307307
var assistant = new AssistantV2({
308308
username: '<username>',

0 commit comments

Comments
 (0)