Skip to content

Commit bbf43bb

Browse files
update docs for modular usage
1 parent 78699bf commit bbf43bb

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ This client supports the following Google Cloud Platform services:
2727

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

30-
## :warning: These docs are for master. If you are using `gcloud` from npm...
31-
32-
See the documentation for `0.37.0` at https://googlecloudplatform.github.io/gcloud-node/#/docs/v0.37.0/gcloud.
33-
3430
## Where did `gcloud-node` go?
3531

3632
`gcloud-node` lives on under a new name, `google-cloud`. Your code will behave

docs/authentication.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ var config = {
77
projectId: 'grape-spaceship-123',
88
keyFilename: '/path/to/keyfile.json'
99
};
10-
11-
var gcloud = require('google-cloud')(config);
1210
```
1311

1412
### The `config` object

0 commit comments

Comments
 (0)