diff --git a/README.md b/README.md
index 7198d42..b09048d 100644
--- a/README.md
+++ b/README.md
@@ -22,14 +22,14 @@ It is a self-hosted monitoring tool like "Uptime Robot".
 docker run -d --restart=always -p 3001:3001 louislam/uptime-kuma
 ```
 
+Browse to http://localhost:3001 after started.
+
 Change Port and Volume
 
 ```bash
 docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/data louislam/uptime-kuma
 ```
 
-Browse to http://localhost:3001 after started.
-
 ### Without Docker
 
 Required Tools: Node.js >= 14, git and pm2.