Skip to content

Commit f59475b

Browse files
Merge pull request watson-developer-cloud#612 from watson-developer-cloud/update-example
Updated tone analyzer example with a longer phrase
2 parents 941bbea + 02e1320 commit f59475b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tone_analyzer.v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var tone_analyzer = new ToneAnalyzerV3({
1010

1111
tone_analyzer.tone(
1212
{
13-
tone_input: 'Greetings from Watson Developer Cloud!',
13+
tone_input: 'Greetings from the Watson Developer Cloud Node SDK, we are pleased to say hello!',
1414
content_type: 'text/plain'
1515
},
1616
function(err, tone) {

0 commit comments

Comments
 (0)