From 05c1d31ff7f667b28c9feeceec1f809c6fd2f6bd Mon Sep 17 00:00:00 2001 From: Sayantani Deb Date: Tue, 17 Dec 2024 20:32:53 +0530 Subject: [PATCH] Update README.md (#43) Fixed the issue with different nvm version instruction for smooth installation. Co-authored-by: s-egge <102624422+s-egge@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 391931c..5583eb8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An interactive map showing the sustainability features available at Oregon State ## Installation Steps - Clone the repo -- Use nvm to get node version 18 (`nvm install 16 && nvm use 18`) +- Use nvm to get node version 18 (`nvm install 18 && nvm use 18`) - `npm install` - `npm run serve` to test-run the website