README: fix nvm name

This commit is contained in:
Patrice Chalin 2021-03-11 15:05:13 -05:00 committed by GitHub
parent 066085ae78
commit db2f5a351d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ The [grpc.io][] site, built using [Hugo][] and hosted on [Netlify][].
- **[Hugo, extended edition][hugo-install]**; match the version specified in
[netlify.toml](netlify.toml)
- **Node**, the latest [LTS release][]. Like Netlify, we use **[nvm][]**, the
Node Version, to install and manage Node versions:
Node Version Manager, to install and manage Node versions:
```console
$ nvm install --lts
$ nvm use --lts