diff --git a/README.md b/README.md index bdc9923..32cbf65 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ NOTE: If `python3` is "not a recognized command" try using `python` instead.

After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -r requirements.txt --user`
Run `python3 -m deemix --help` to see how to use the app in CLI mode.
-Run `python3 server.py` to start the server and then connect to `127.0.0.1:33333`. The GUI should show up.
+Run `python3 server.py` to start the server and then connect to `127.0.0.1:9666`. The GUI should show up.
Enjoy!
### Easy Windows way