diff --git a/wordpress-with-docker-scripts.md b/wordpress-with-docker-scripts.md
index 7636e26..cb0878a 100644
--- a/wordpress-with-docker-scripts.md
+++ b/wordpress-with-docker-scripts.md
@@ -1,9 +1,9 @@
-### Wordpress with docker-scripts
+#### Wordpress with docker-scripts
-#### 1. Install dependencies
+##### 1. Install dependencies
Install docker
+1. Install docker
```
curl -fsSL https://get.docker.com -o get-docker.sh
@@ -15,7 +15,7 @@ Reference: https://docs.docker.com/engine/install/ubuntu/#install-using-the-conv
Install docker-scripts
+2. Install docker-scripts
```
apt install m4
@@ -31,7 +31,7 @@ Reference: https://gitlab.com/docker-scripts/ds#installation
Install Webserver Proxy
+3. Install Webserver Proxy
```
ds pull wsproxy
@@ -46,7 +46,7 @@ Reference: https://gitlab.com/docker-scripts/wsproxy#installation
Install MariaDB
+4. Install MariaDB
```
ds pull mariadb
@@ -60,7 +60,9 @@ Reference: https://gitlab.com/docker-scripts/mariadb#installation