Skip to content

Commit 15972a4

Browse files
Update README.md
fix for watson-developer-cloud#102 missing `graphs` in `annotateText` call
1 parent 9294af2 commit 15972a4

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
@@ -253,7 +253,7 @@ var params = {
253253
};
254254

255255
// Retrieve the concepts for input text
256-
concept_insights.annotateText(params, function(err, res) {
256+
concept_insights.graphs.annotateText(params, function(err, res) {
257257
if (err)
258258
console.log(err);
259259
else {

0 commit comments

Comments
 (0)