From d815daff1af9e35a8eaf7bf71c0743baad423512 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 3 Feb 2022 21:02:47 +0000 Subject: [PATCH] docs(nodejs): version support policy edits (#1346) --- synthtool/gcp/templates/node_library/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/node_library/README.md b/synthtool/gcp/templates/node_library/README.md index 728dbe569..e5a6fa5f2 100644 --- a/synthtool/gcp/templates/node_library/README.md +++ b/synthtool/gcp/templates/node_library/README.md @@ -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