From db2f5a351dfcb599e23f57c6f904edd6e671042c Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 11 Mar 2021 15:05:13 -0500 Subject: [PATCH] README: fix nvm name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c7acc3..7615ac0 100644 --- a/README.md +++ b/README.md @@ -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