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 ```