Skip to content

Commit

Permalink
updates visual rec example for iam
Browse files Browse the repository at this point in the history
  • Loading branch information
anweshan authored May 25, 2018
1 parent ab95209 commit 015dea5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,9 @@ var VisualRecognitionV3 = require('watson-developer-cloud/visual-recognition/v3'
var fs = require('fs');

var visualRecognition = new VisualRecognitionV3({
api_key: '<api_key>',
version: '2016-05-20'
url: '<service_url>',
version: '2018-03-19',
iam_apikey: '<iam_api_key>',
});

var params = {
Expand Down

0 comments on commit 015dea5

Please sign in to comment.