Skip to content

Commit

Permalink
docs(nodejs): version support policy edits (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Feb 3, 2022
1 parent 010e6b0 commit d815daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/node_library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ best-efforts basis with the following warnings:
Client libraries targeting some end-of-life versions of Node.js are available, and
can be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
The dist-tags follow the naming convention `legacy-(version)`.
For example, `npm i {{ metadata['lib_install_cmd'] }}@legacy-8` installs client libraries
For example, `{{ metadata['lib_install_cmd'] }}@legacy-8` installs client libraries
for versions compatible with Node.js 8.

## Versioning
Expand Down

0 comments on commit d815daf

Please sign in to comment.