Skip to content

Commit

Permalink
docs(examples): update vis rec example to use iam_apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
dpopp07 committed Nov 8, 2018
1 parent ea2995b commit acda0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/visual_recognition.v3.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var VisualRecognitionV3 = require('watson-developer-cloud/visual-recognition/v3'
var fs = require('fs');

var visualRecognition = new VisualRecognitionV3({
api_key: 'INSERT YOUR API KEY HERE',
iam_apikey: 'INSERT YOUR IAM API KEY HERE',
version: '2016-05-20'
});

Expand Down

0 comments on commit acda0d3

Please sign in to comment.