From f6d322fc7602db757cb0f98f7596874a04d1f233 Mon Sep 17 00:00:00 2001 From: Gsk54 Date: Thu, 15 Dec 2022 10:47:19 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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