diff --git a/README.md b/README.md index f8f0792..6d0b63b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ docker exec v3_user sh -c "npm run test" docker exec v3_user sh -c "npm run test:cov" ``` -Note : you can run all npm commands directly _outside_ the container (see _scripts_ section of `package.json` for available commands), but you need NodeJS installed locally. We **strongly** advise to install [Node Version Manager](https://github.com/nvm-sh/nvm) ! +Note : you can run all npm commands directly _outside_ the container (see _scripts_ section of `package.json` for available commands), but you need NodeJS installed locally. We **strongly** advise to install [Node Version Manager](https://github.com/nvm-sh/nvm) and use the latest LTS version of Node. ## License