From d1d3ac481996ec79d8ad64ab7c3cddc93497e1c3 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Sat, 30 Apr 2022 18:41:09 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be60fd88..94b45f3c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To contribute: * clone the repo `git clone https://github.com/pyscript/pyscript` * cd into the main project folder with `cd pyscriptjs` -* install the dependencies with `npm install` - make sure to use npm version >= 16 +* install the dependencies with `npm install` - make sure to use nodejs version >= 16 * run `npm run dev` to build and run the dev server. This will also watch for changes and rebuild when a file is saved ## Notes