Skip to content

Commit

Permalink
docs: fix authentication docs URL in comment (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
gondar00 authored and bcoe committed Jun 7, 2019
1 parent b0abfe6 commit ff9eebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/samples/textDetection.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const readdir = promisify(fs.readdir);
// By default, the client will authenticate using the service account file
// specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use
// the project specified by the GCLOUD_PROJECT environment variable. See
// https://googlecloudplatform.github.io/gcloud-node/#/docs/google-cloud/latest/guides/authentication
// https://cloud.google.com/docs/authentication/getting-started#setting_the_environment_variable

// Instantiate a vision client
const client = new vision.ImageAnnotatorClient();
Expand Down

0 comments on commit ff9eebc

Please sign in to comment.