File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ This client supports the following Google Cloud Platform services:
27
27
28
28
If you need support for other Google APIs, check out the [ Google Node.js API Client library] [ googleapis ] .
29
29
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
-
34
30
## Where did ` gcloud-node ` go?
35
31
36
32
` gcloud-node ` lives on under a new name, ` google-cloud ` . Your code will behave
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ var config = {
7
7
projectId: ' grape-spaceship-123' ,
8
8
keyFilename: ' /path/to/keyfile.json'
9
9
};
10
-
11
- var gcloud = require (' google-cloud' )(config);
12
10
```
13
11
14
12
### The ` config ` object
You can’t perform that action at this time.
0 commit comments