diff --git a/.readme-partials.yml b/.readme-partials.yml index 75ff9822..319708e8 100644 --- a/.readme-partials.yml +++ b/.readme-partials.yml @@ -4,8 +4,12 @@ introduction: |- If you require lightweight dependencies, an experimental, minified version of this library is available at [@google-cloud/logging-min](https://www.npmjs.com/package/@google-cloud/logging-min). - Note: `logging-min` is experimental, and its feature surface is subject to - change. + Note: `logging-min` is experimental, and its feature surface is subject to change. + To install `@google-cloud/logging-min` library run the following command: + + ```bash + npm install @google-cloud/logging-min + ``` body: |- ## Batching Writes @@ -125,4 +129,4 @@ body: |- const log = logging.log('my-log', options); ``` - See the full sample in `writeLogWithCallback` function [here](https://github.com/googleapis/nodejs-logging/blob/master/samples/logs.js). \ No newline at end of file + See the full sample in `writeLogWithCallback` function [here](https://github.com/googleapis/nodejs-logging/blob/master/samples/logs.js). diff --git a/README.md b/README.md index 69c51099..809aa3dc 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,12 @@ monitor, and alert on log data and events from Google Cloud Platform and Amazon If you require lightweight dependencies, an experimental, minified version of this library is available at [@google-cloud/logging-min](https://www.npmjs.com/package/@google-cloud/logging-min). -Note: `logging-min` is experimental, and its feature surface is subject to -change. +Note: `logging-min` is experimental, and its feature surface is subject to change. +To install `@google-cloud/logging-min` library run the following command: + +```bash +npm install @google-cloud/logging-min +``` A comprehensive list of changes in each version may be found in diff --git a/samples/README.md b/samples/README.md index 66c79514..7edb571c 100644 --- a/samples/README.md +++ b/samples/README.md @@ -11,8 +11,12 @@ monitor, and alert on log data and events from Google Cloud Platform and Amazon If you require lightweight dependencies, an experimental, minified version of this library is available at [@google-cloud/logging-min](https://www.npmjs.com/package/@google-cloud/logging-min). -Note: `logging-min` is experimental, and its feature surface is subject to -change. +Note: `logging-min` is experimental, and its feature surface is subject to change. +To install `@google-cloud/logging-min` library run the following command: + +```bash +npm install @google-cloud/logging-min +``` ## Table of Contents