Index: README.md
===================================================================
--- README.md	(revision 64dc53b0a494541c0f886c0ddbf1a83488532825)
+++ README.md	(revision 4a1a3ca7550d102012938a3a63950bd86d21a84c)
@@ -3,9 +3,9 @@
 Firstly, create a .env file in the project's root directory and populate it like so:
 
-HOME_URL="http://localhost:3000"
-POSTGRES_HOST="db"
-POSTGRES_USER="postgres"
-POSTGRES_PASSWORD="postgres"
-POSTGRES_DB="postgres"
+HOME_URL="http://localhost:3000"  
+POSTGRES_HOST="db"  
+POSTGRES_USER="postgres"  
+POSTGRES_PASSWORD="postgres"  
+POSTGRES_DB="postgres"  
 
 
@@ -15,5 +15,5 @@
 
 
-======== If you are configuring this project for the first time, do the following, in order to set up the database =========
+======== If you are configuring this project for the first time, do the following, in order to set up the database ========
 
 Note: The containers should be running in the background! (previously started with docker-compose up)
@@ -26,5 +26,5 @@
 (When inserting `<`, it should not be surrounded by quotation marks)
 
-==========================================================================================
+=============================================================================
 
 Now you are all set up.
