From 4e870d5b87297cfb7893fa52bc1ecd480ae2dbff Mon Sep 17 00:00:00 2001 From: ilyaigpetrov Date: Fri, 16 Oct 2020 14:06:23 +0000 Subject: [PATCH] Update README.md --- extensions/chromium/runet-censorship-bypass/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/chromium/runet-censorship-bypass/README.md b/extensions/chromium/runet-censorship-bypass/README.md index c17e3a3..1e73887 100644 --- a/extensions/chromium/runet-censorship-bypass/README.md +++ b/extensions/chromium/runet-censorship-bypass/README.md @@ -1,6 +1,6 @@ # Install -Tested on NodeJS versoin: 12. +Tested on NodeJS versoin: 14. ``` npm install @@ -9,11 +9,11 @@ npm install cd - # For debugging: -npm start +npm start # Use your build/extension-beta # For production: -npm run release +npm start # Use your build/extension-full or build/extension-mini ```