Skip to content

Commit ba4cbdc

Browse files
jmdobrysofisl
authored andcommitted
Upgrade repo tools and regenerate READMEs. (#384)
1 parent 34bbcb7 commit ba4cbdc

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

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

+7-9
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-language.svg)]()
66

7-
[Cloud Natural Language API](https://cloud.google.com/natural-language/docs) provides natural language understanding technologies to developers, including sentiment analysis, entity recognition, and syntax analysis. This API is part of the larger Cloud Machine Learning API.
7+
[Cloud Natural Language API](https://cloud.google.com/natural-language/docs) provides natural language understanding technologies to developers, including sentiment analysis, entity analysis, and syntax analysis. This API is part of the larger Cloud Machine Learning API family.
88

99
## Table of Contents
1010

@@ -20,11 +20,11 @@
2020
1. Read [Prerequisites][prereq] and [How to run a sample][run] first.
2121
1. Install dependencies:
2222

23-
With `npm`:
23+
With **npm**:
2424

2525
npm install
2626

27-
With `yarn`:
27+
With **yarn**:
2828

2929
yarn install
3030

@@ -35,7 +35,6 @@
3535

3636
### Analyze v1
3737

38-
3938
View the [documentation][analyze-v1_0_docs] or the [source code][analyze-v1_0_code].
4039

4140
__Usage:__ `node analyze.v1.js --help`
@@ -68,7 +67,6 @@ For more information, see https://cloud.google.com/natural-language/docs
6867

6968
### Analyze v1beta2
7069

71-
7270
View the [documentation][analyze-v1beta2_1_docs] or the [source code][analyze-v1beta2_1_code].
7371

7472
__Usage:__ `node analyze.v1beta2.js --help`
@@ -110,17 +108,17 @@ For more information, see https://cloud.google.com/natural-language/docs
110108
View the [README](slackbot/README.md).
111109

112110

111+
113112
## Running the tests
114113

115-
1. Set the `GCLOUD_PROJECT` and `GOOGLE_APPLICATION_CREDENTIALS` environment
116-
variables.
114+
1. Set the **GCLOUD_PROJECT** and **GOOGLE_APPLICATION_CREDENTIALS** environment variables.
117115

118116
1. Run the tests:
119117

120-
With `npm`:
118+
With **npm**:
121119

122120
npm test
123121

124-
With `yarn`:
122+
With **yarn**:
125123

126124
yarn test

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"yargs": "7.1.0"
2929
},
3030
"devDependencies": {
31-
"@google-cloud/nodejs-repo-tools": "1.4.7",
31+
"@google-cloud/nodejs-repo-tools": "1.4.13",
3232
"ava": "0.19.1",
3333
"proxyquire": "1.7.11",
3434
"sinon": "2.1.0"

0 commit comments

Comments
 (0)