Skip to content

Commit 7159608

Browse files
authored
docs: update jsdoc license/samples-README (#340)
1 parent 95b9cd1 commit 7159608

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

monitoring/snippets/README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ and a variety of common application components including Cassandra, Nginx, Apach
2424
Before running the samples, make sure you've followed the steps outlined in
2525
[Using the client library](https://github.com/googleapis/nodejs-monitoring#using-the-client-library).
2626

27+
`cd samples`
28+
29+
`npm install`
30+
31+
`cd ..`
32+
2733
## Samples
2834

2935

@@ -37,7 +43,7 @@ View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/mast
3743
__Usage:__
3844

3945

40-
`node alerts.js`
46+
`node samples/alerts.js`
4147

4248

4349
-----
@@ -54,7 +60,7 @@ View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/mast
5460
__Usage:__
5561

5662

57-
`node metrics.js`
63+
`node samples/metrics.js`
5864

5965

6066
-----
@@ -71,7 +77,7 @@ View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/mast
7177
__Usage:__
7278

7379

74-
`node quickstart.js`
80+
`node samples/quickstart.js`
7581

7682

7783
-----
@@ -88,7 +94,7 @@ View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/mast
8894
__Usage:__
8995

9096

91-
`node uptime.js`
97+
`node samples/uptime.js`
9298

9399

94100

@@ -97,4 +103,4 @@ __Usage:__
97103

98104
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
99105
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/README.md
100-
[product-docs]: https://cloud.google.com/monitoring/docs
106+
[product-docs]: https://cloud.google.com/monitoring/docs

0 commit comments

Comments
 (0)