Skip to content

Commit

Permalink
docs: change Google Cloud to Cloud (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored and stephenplusplus committed Mar 3, 2017
1 parent 76a2684 commit 36a146d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-vision/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @google-cloud/vision ([Alpha][versioning])
> Google Cloud Vision Client Library for Node.js
> Cloud Vision Client Library for Node.js
*Looking for more Google APIs than just Vision? You might want to check out [`google-cloud`][google-cloud].*

Expand Down Expand Up @@ -120,7 +120,7 @@ var vision = require('@google-cloud/vision')({

## Authentication

It's incredibly easy to get authenticated and start using Google's APIs. You can set your credentials on a global basis as well as on a per-API basis. See each individual API section below to see how you can auth on a per-API-basis. This is useful if you want to use different accounts for different Google Cloud services.
It's incredibly easy to get authenticated and start using Google's APIs. You can set your credentials on a global basis as well as on a per-API basis. See each individual API section below to see how you can auth on a per-API-basis. This is useful if you want to use different accounts for different Cloud services.

### On Google Cloud Platform

Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@google-cloud/vision",
"version": "0.8.1",
"author": "Google Inc.",
"description": "Google Cloud Vision Client Library for Node.js",
"description": "Cloud Vision Client Library for Node.js",
"contributors": [
{
"name": "Burcu Dogan",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var ALL_SCOPES = [
];

/**
* Service that performs Google Cloud Vision API detection tasks, such as face,
* Service that performs Cloud Vision API detection tasks, such as face,
* landmark, logo, label, and text detection, over client images, and returns
* detected entities from the images.
*
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-vision/system-test/vision.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ describe('Vision', function() {
describe('text', function() {
var expectedResults = [
normalizeNewline(multiline.stripIndent(function() {/*
Google Cloud Client Library for Node js an idiomatic, intuitive, and
natural way for Node.js developers to integrate with Google Cloud
Cloud Client Library for Node js an idiomatic, intuitive, and
natural way for Node.js developers to integrate with Cloud
Platform services, like Cloud Datastore and Cloud Storage.
*/}))
Expand Down

0 comments on commit 36a146d

Please sign in to comment.