From d157cac6891372df8d23b4c1d49ca1028d9c418e Mon Sep 17 00:00:00 2001 From: Antony Tse Date: Wed, 9 Mar 2022 09:41:48 +0000 Subject: [PATCH] [readme] Correct typos in "Macs with M1 chip" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 386481b..d16abce 100644 --- a/README.md +++ b/README.md @@ -931,7 +931,7 @@ Here's what you will need to do: If that's the case, make sure to source `nvm`. ```sh - $ source "${NVM_DIR}/.nvm/nvm.sh" + $ source "${NVM_DIR}/nvm.sh" ``` - Install whatever older version of node you are interested in. Let's use 12.22.1 as an example.