We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010e6b0 commit d815dafCopy full SHA for d815daf
1 file changed
synthtool/gcp/templates/node_library/README.md
@@ -103,7 +103,7 @@ best-efforts basis with the following warnings:
103
Client libraries targeting some end-of-life versions of Node.js are available, and
104
can be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
105
The dist-tags follow the naming convention `legacy-(version)`.
106
-For example, `npm i {{ metadata['lib_install_cmd'] }}@legacy-8` installs client libraries
+For example, `{{ metadata['lib_install_cmd'] }}@legacy-8` installs client libraries
107
for versions compatible with Node.js 8.
108
109
## Versioning
0 commit comments