Skip to content

Commit d5e67c0

Browse files
authored
Upgrade repo tools and regenerate READMEs. (#384)
1 parent 564507a commit d5e67c0

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

packages/google-cloud-resourcemanager/samples/README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Build](https://storage.googleapis.com/cloud-docs-samples-badges/GoogleCloudPlatform/nodejs-docs-samples/nodejs-docs-samples-resource-manager.svg)]()
66

7-
Google Cloud Platform provides container resources such as Organizations and Projects, that allow you to group and hierarchically organize other Cloud Platform resources. This hierarchical organization lets you easily manage common aspects of your resources such as access control and configuration settings. The [Google Cloud Resource Manager API](https://cloud.google.com/resource-manager/docs) enables you to programmatically manage these container resources.
7+
Google Cloud Platform provides container resources such as Organizations and Projects, that allow you to group and hierarchically organize other Cloud Platform resources. This hierarchical organization lets you easily manage common aspects of your resources such as access control and configuration settings. The [Cloud Resource Manager API](https://cloud.google.com/resource-manager/docs/) enables you to programmatically manage these container resources.
88

99
## Table of Contents
1010

@@ -18,11 +18,11 @@ Google Cloud Platform provides container resources such as Organizations and Pro
1818
1. Read [Prerequisites][prereq] and [How to run a sample][run] first.
1919
1. Install dependencies:
2020

21-
With `npm`:
21+
With **npm**:
2222

2323
npm install
2424

25-
With `yarn`:
25+
With **yarn**:
2626

2727
yarn install
2828

@@ -33,7 +33,6 @@ Google Cloud Platform provides container resources such as Organizations and Pro
3333

3434
### Projects
3535

36-
3736
View the [documentation][projects_0_docs] or the [source code][projects_0_code].
3837

3938
__Usage:__ `node projects.js --help`
@@ -56,15 +55,14 @@ For more information, see https://cloud.google.com/resource-manager/docs
5655

5756
## Running the tests
5857

59-
1. Set the `GCLOUD_PROJECT` and `GOOGLE_APPLICATION_CREDENTIALS` environment
60-
variables.
58+
1. Set the **GCLOUD_PROJECT** and **GOOGLE_APPLICATION_CREDENTIALS** environment variables.
6159

6260
1. Run the tests:
6361

64-
With `npm`:
62+
With **npm**:
6563

6664
npm test
6765

68-
With `yarn`:
66+
With **yarn**:
6967

7068
yarn test

packages/google-cloud-resourcemanager/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"yargs": "7.1.0"
2323
},
2424
"devDependencies": {
25-
"@google-cloud/nodejs-repo-tools": "1.4.7",
25+
"@google-cloud/nodejs-repo-tools": "1.4.13",
2626
"ava": "0.19.1",
2727
"proxyquire": "1.7.11",
2828
"sinon": "2.1.0"

0 commit comments

Comments
 (0)