From a49ba2877de05e3448fe8db68d613b62f360a84d Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Mon, 2 May 2022 15:12:09 +0200 Subject: [PATCH] update readme with dev branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe8f457a..3b696bf3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Features include: ## Self-hosting / running locally To run this project locally for contributing or testing, run the following commands: -
note: must use yarn to install packages
+
note: must use yarn to install packages and run NodeJS 16
```bash git clone https://github.com/JamesHawkinss/movie-web @@ -46,7 +46,7 @@ You can also deploy the Cloudflare Worker (in worker.js) and update the proxy UR Check out [this project's issues](https://github.com/JamesHawkinss/movie-web/issues) for inspiration for contribution. Pull requests are always welcome. -**All pull requests must be merged into the `next` branch. it will then be deployed with the next version** +**All pull requests must be merged into the `dev` branch. it will then be deployed with the next version** ## Credits