From 7419cbe636b702bdd787fd0b520d483feef9f435 Mon Sep 17 00:00:00 2001
From: samuhin <47834890+samuhin@users.noreply.github.com>
Date: Wed, 28 Apr 2021 05:28:50 +0300
Subject: [PATCH] Update Readme.md

---
 install/automated/Docker|Podman/Readme.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install/automated/Docker|Podman/Readme.md b/install/automated/Docker|Podman/Readme.md
index 53479c5e..b52ae9b2 100644
--- a/install/automated/Docker|Podman/Readme.md
+++ b/install/automated/Docker|Podman/Readme.md
@@ -1,6 +1,6 @@
-Instruction for building with Podman|Docker:
+Instruction for building with **Podman|Docker**:
 
-For *podman* use:
+For **podman** use:
 
 1. podman build -t openvk .
 2. podman run -it -p YOUR_EXTEND_PORT:80 openvk
@@ -8,7 +8,7 @@ For *podman* use:
 
 
 
-For *docker* use:
+For **docker** use:
 
 1. docker build -t openvk .
 2. docker run -it -p YOUR_EXTEND_PORT:80 --privileged openvk