File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ This client supports the following Google Cloud Platform services:
28
28
29
29
If you need support for other Google APIs, check out the [ Google Node.js API Client library] [ googleapis ] .
30
30
31
- ## :warning : These docs are for master. If you are using ` gcloud ` from npm...
32
-
33
- See the documentation for ` 0.37.0 ` at https://googlecloudplatform.github.io/gcloud-node/#/docs/v0.37.0/gcloud .
34
-
35
31
## Where did ` gcloud-node ` go?
36
32
37
33
` 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