Skip to content

Commit 3cabbb1

Browse files
authored
Upgrade repo tools and regenerate READMEs. (#384)
1 parent f780df9 commit 3cabbb1

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

packages/google-cloud-node/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-speech.svg)]()
66

7-
The [Cloud Speech API](https://cloud.google.com/speech/docs) enables easy integration of Google speech recognition technologies into developer applications.
7+
The [Cloud Speech API](https://cloud.google.com/speech/docs) enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Cloud Speech API service.
88

99
## Table of Contents
1010

@@ -18,22 +18,21 @@ The [Cloud Speech API](https://cloud.google.com/speech/docs) enables easy integr
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

29-
[prereq]: ../README.md#prerequisites
29+
[prereq]: ../README.md#prerequisities
3030
[run]: ../README.md#how-to-run-a-sample
3131

3232
## Samples
3333

3434
### Speech Recognition
3535

36-
3736
View the [documentation][recognize_0_docs] or the [source code][recognize_0_code].
3837

3938
__Usage:__ `node recognize.js --help`
@@ -69,15 +68,14 @@ For more information, see https://cloud.google.com/speech/docs
6968

7069
## Running the tests
7170

72-
1. Set the `GCLOUD_PROJECT` and `GOOGLE_APPLICATION_CREDENTIALS` environment
73-
variables.
71+
1. Set the **GCLOUD_PROJECT** and **GOOGLE_APPLICATION_CREDENTIALS** environment variables.
7472

7573
1. Run the tests:
7674

77-
With `npm`:
75+
With **npm**:
7876

7977
npm test
8078

81-
With `yarn`:
79+
With **yarn**:
8280

8381
yarn test

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"yargs": "7.0.2"
2525
},
2626
"devDependencies": {
27-
"@google-cloud/nodejs-repo-tools": "1.4.7",
27+
"@google-cloud/nodejs-repo-tools": "1.4.13",
2828
"ava": "0.19.1",
2929
"proxyquire": "1.7.11",
3030
"sinon": "2.1.0"

0 commit comments

Comments
 (0)