From ece1b09e290139e20dec5b7897c4e61faa2ebd5c Mon Sep 17 00:00:00 2001
From: Kiril KJiroski <kiril.kjiroski@finki.ukim.mk>
Date: Fri, 13 Jan 2023 11:50:47 +0000
Subject: [PATCH] Update quickstart.md

---
 doc/quickstart.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/quickstart.md b/doc/quickstart.md
index c5f794b..cbcbce8 100644
--- a/doc/quickstart.md
+++ b/doc/quickstart.md
@@ -30,9 +30,9 @@ First you need to fill in configuration file `access.ips`, which contains IP add
 
 - If you want to skip over access list creation process and use default access list, on "Do you want to modify/edit this file now?", press [Enter] or type no and press [Enter]
 
-Next, we are going to set Fully Qualified Domain Name (FQDN) for your SOCTools server. Tools will be accessed by using https://[FQDN]:[port]
+Next, we are going to set Fully Qualified Domain Name (FQDN) for your SOCTools server. Tools will be accessed by using https://<FQDN>:<port>
 
-- On "set FQDN which will be used to access the soctools services. (the DNS record should already be in place.)" you should already have set up hostname and DNS record, so type it here and press [Enter]
+- On "set FQDN which will be used to access the soctools services (the DNS record should already be in place.)", you should already have set up hostname and DNS record, so type it here and press [Enter]
 
 We also need the name of your chosen domain in the last step.
 
@@ -86,7 +86,7 @@ At last you can start SOCTools containers and initialize them using you configur
 * `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
 * `ansible-playbook -i inventories soctools.yml -t init`
 
-After the whole process is finished, SOCTools can be accessed by going to https://<server name>:<port>/ using the following port numbers:
+After the whole process is finished, SOCTools can be accessed by going to https://<FQDN>:<port>/ using the following port numbers:
 
 * 9443 - NiFi
 * 5601 - Kibana
-- 
GitLab