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 6849a5f commit 87af171
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-dns/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @google-cloud/dns ([Alpha][versioning])
> Google Cloud DNS Client Library for Node.js
> Cloud DNS Client Library for Node.js
*Looking for more Google APIs than just DNS? You might want to check out [`google-cloud`][google-cloud].*

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

## 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-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@google-cloud/dns",
"version": "0.5.0",
"author": "Google Inc.",
"description": "Google Cloud DNS Client Library for Node.js",
"description": "Cloud DNS Client Library for Node.js",
"contributors": [
{
"name": "Burcu Dogan",
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-dns/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var util = require('util');
var Zone = require('./zone.js');

/**
* [Google Cloud DNS](https://cloud.google.com/dns/what-is-cloud-dns) is a high-
* [Cloud DNS](https://cloud.google.com/dns/what-is-cloud-dns) is a high-
* performance, resilient, global DNS service that provides a cost-effective way
* to make your applications and services available to your users. This
* programmable, authoritative DNS service can be used to easily publish and
Expand All @@ -42,7 +42,7 @@ var Zone = require('./zone.js');
* @constructor
* @alias module:dns
*
* @resource [What is Google Cloud DNS?]{@link https://cloud.google.com/dns/what-is-cloud-dns}
* @resource [What is Cloud DNS?]{@link https://cloud.google.com/dns/what-is-cloud-dns}
*
* @param {object} options - [Configuration object](#/docs).
*/
Expand Down

0 comments on commit 87af171

Please sign in to comment.