Skip to content

Commit

Permalink
Tweak comments in Vision samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Oct 26, 2017
1 parent fed5b6c commit 08fa9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-vision/samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
// Imports the Google Cloud client library
const Vision = require('@google-cloud/vision');

// Instantiates a client
const vision = Vision();
// Creates a client
const vision = new Vision();

// The name of the image file to annotate
const fileName = './resources/wakeupcat.jpg';
Expand Down

0 comments on commit 08fa9bc

Please sign in to comment.