diff --git a/README.md b/README.md
index 2cd6ee1..c42af2b 100644
--- a/README.md
+++ b/README.md
@@ -70,10 +70,10 @@ $ # (Powershell) $env:FLASK_ENV = "development"
$
$ # Start the application (development mode)
$ # --host=0.0.0.0 - expose the app on all network interfaces (default 127.0.0.1)
-$ # --port=5000 - specify the app port (default 5000)
-$ flask run --host=0.0.0.0 --port=5000
+$ # --port=5005 - specify the app port (default 5005)
+$ flask run --host=0.0.0.0 --port=5005
$
-$ # Access the dashboard in browser: http://127.0.0.1:5000/
+$ # Access the dashboard in browser: http://127.0.0.1:5005/
```
@@ -95,7 +95,7 @@ $ cd flask-dashboard-material-dark
$ sudo docker-compose pull && sudo docker-compose build && sudo docker-compose up -d
```
-Visit `http://localhost:5000` in your browser. The app should be up & running.
+Visit `http://localhost:5005` in your browser. The app should be up & running.