From 1b3a5033800e3dc9c160e3808734dbb65324b3a9 Mon Sep 17 00:00:00 2001 From: kevcenteno Date: Wed, 13 Dec 2023 11:04:12 -0500 Subject: [PATCH] Link to package.json file in Minimum Requirements section of the readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c567161db..0fdaea6a3 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,9 @@ ### Minimum Requirements -- Node 18 -- npm 8.5.5 +The minimum Node and NPM versions can be found in the [package.json file](package.json) under `engines`. -If you need help installing and/or managing Node and Yarn versions, check out [NVM](https://github.com/nvm-sh/nvm). +If you need help installing and/or managing Node and NPM versions, check out [NVM](https://github.com/nvm-sh/nvm). ### Installation