diff --git a/wordpress-with-docker-scripts.md b/wordpress-with-docker-scripts.md
index 09f1223..86c910d 100644
--- a/wordpress-with-docker-scripts.md
+++ b/wordpress-with-docker-scripts.md
@@ -2,7 +2,9 @@
## 1. Install dependencies
-### 1.1. Install docker
+
+
+Install docker
```
curl -fsSL https://get.docker.com -o get-docker.sh
@@ -11,7 +13,10 @@ sudo sh get-docker.sh
Reference: https://docs.docker.com/engine/install/ubuntu/#install-using-the-convenience-script
-### 1.2. Install docker-scripts
+
+
+
+Install docker-scripts
```
apt install m4
@@ -24,7 +29,10 @@ ds -h
Reference: https://gitlab.com/docker-scripts/ds#installation
-### 1.3. Install Webserver Proxy
+
+
+
+Install Webserver Proxy
```
ds pull wsproxy
@@ -36,7 +44,10 @@ ds make
Reference: https://gitlab.com/docker-scripts/wsproxy#installation
-### 1.4. Install MariaDB
+
+
+
+Install MariaDB
```
ds pull mariadb
@@ -48,6 +59,8 @@ ds make
Reference: https://gitlab.com/docker-scripts/mariadb#installation
+
+
## 2. Install Wordpress sites
### 2.1. Install Wordpress container