Skip to content

Commit

Permalink
update docs for modular usage
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Aug 11, 2016
1 parent 78699bf commit bbf43bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ This client supports the following Google Cloud Platform services:

If you need support for other Google APIs, check out the [Google Node.js API Client library][googleapis].

## :warning: These docs are for master. If you are using `gcloud` from npm...

See the documentation for `0.37.0` at https://googlecloudplatform.github.io/gcloud-node/#/docs/v0.37.0/gcloud.

## Where did `gcloud-node` go?

`gcloud-node` lives on under a new name, `google-cloud`. Your code will behave
Expand Down
2 changes: 0 additions & 2 deletions docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ var config = {
projectId: 'grape-spaceship-123',
keyFilename: '/path/to/keyfile.json'
};

var gcloud = require('google-cloud')(config);
```

### The `config` object
Expand Down

0 comments on commit bbf43bb

Please sign in to comment.