Fixing typo in README.md

README states the default VNC password is `vncpassword` but it is actually `youvncpassword` in the env file
This commit is contained in:
Ray Booysen
2025-02-01 15:29:05 +08:00
committed by GitHub
parent 80d2d1add6
commit f9bc2b4a44

View File

@@ -83,7 +83,7 @@ playwright install
- WebUI: `http://localhost:7788`
- VNC Viewer (to see browser interactions): `http://localhost:6080/vnc.html`
Default VNC password is "vncpassword". You can change it by setting the `VNC_PASSWORD` environment variable in your `.env` file.
Default VNC password is "youvncpassword". You can change it by setting the `VNC_PASSWORD` environment variable in your `.env` file.
## Usage