Skip to content

Commit

Permalink
docs: rename gcloud-node to gcloud
Browse files Browse the repository at this point in the history
Fixes #1362
  • Loading branch information
stephenplusplus committed Jun 7, 2016
1 parent e4c3d55 commit 625adf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authentication.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## With `gcloud-node`
## With `gcloud`

With `gcloud-node` 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.
With `gcloud` 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.

```js
var config = {
Expand Down

0 comments on commit 625adf8

Please sign in to comment.