Skip to content

Commit cb10006

Browse files
author
Benjamin E. Coe
authored
docs: update jsdoc license/samples-README (#388)
1 parent f748550 commit cb10006

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

handwritten/nodejs-logging-bunyan/.jsdoc.js

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
/*!
2-
* Copyright 2018 Google LLC. All Rights Reserved.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
1+
// Copyright 2019 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
//
1615

1716
'use strict';
1817

handwritten/nodejs-logging-bunyan/samples/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ compatible with [Bunyan](https://www.npmjs.com/package/bunyan). Simply attach th
2323
Before running the samples, make sure you've followed the steps outlined in
2424
[Using the client library](https://github.com/googleapis/nodejs-logging-bunyan#using-the-client-library).
2525

26+
`cd samples`
27+
28+
`npm install`
29+
30+
`cd ..`
31+
2632
## Samples
2733

2834

@@ -36,7 +42,7 @@ View the [source code](https://github.com/googleapis/nodejs-logging-bunyan/blob/
3642
__Usage:__
3743

3844

39-
`node express.js`
45+
`node samples/express.js`
4046

4147

4248
-----
@@ -53,7 +59,7 @@ View the [source code](https://github.com/googleapis/nodejs-logging-bunyan/blob/
5359
__Usage:__
5460

5561

56-
`node quickstart.js`
62+
`node samples/quickstart.js`
5763

5864

5965
-----
@@ -70,7 +76,7 @@ View the [source code](https://github.com/googleapis/nodejs-logging-bunyan/blob/
7076
__Usage:__
7177

7278

73-
`node setup_explicit.js`
79+
`node samples/setup_explicit.js`
7480

7581

7682

@@ -79,4 +85,4 @@ __Usage:__
7985

8086
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
8187
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-logging-bunyan&page=editor&open_in_editor=samples/README.md
82-
[product-docs]: https://cloud.google.com/logging
88+
[product-docs]: https://cloud.google.com/logging

0 commit comments

Comments
 (0)