Index: README.md
===================================================================
--- README.md	(revision 4a1a3ca7550d102012938a3a63950bd86d21a84c)
+++ README.md	(revision 0af535a229d9792c1a9972ea16cb5848f9b2552e)
@@ -15,5 +15,6 @@
 
 
-======== 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)
@@ -21,10 +22,10 @@
 Open another console and run:
 
-docker exec -it name_of_db_container /bin/bash
-psql -U postgres postgres `<` /usr/local/app/dummy_database.sql
+docker exec -it name_of_db_container /bin/bash  
+psql -U postgres postgres `<` /usr/local/app/dummy_database.sql  
 
 (When inserting `<`, it should not be surrounded by quotation marks)
 
-=============================================================================
+===========================================================================
 
 Now you are all set up.
