diff --git a/README.md b/README.md
index 40be7969e572948b48cd90a20815ac962cd7597b..4069aa70a178a71bf12ce8ca67c560542dd2196f 100755
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ sudo nginx -s reload
 ``` 
 
 2. Web application require following PHP extensions
+```
 - bcmath
 - ctype
 - fileinfo
@@ -57,7 +58,7 @@ sudo nginx -s reload
 - pdo
 - tokenizer
 - xml
-
+```
 - check installed PHP extestions using:
 ```
 php -m
@@ -101,12 +102,12 @@ cp vendor/simplesamlphp/simplesamlphp/config-templates/config.php vendor/simples
 ```
 4. simplesaml sp-remote-metadata : !!!to do automatically
 currently found here : technical-test>edugain.org /var/www/earc-deployed/releases/1541529858
-------
-7. configure and populate database
-- update database configuration file : config/database.php
-- populate database using prepared migration, from application root run
+
+5. configure and populate database
+- update database configuration file by addind username, password and database: config/database.php
+- populate database using prepared migration. From application root run:
 ```
 php artisan migrate
 ```
 
-9. check application
\ No newline at end of file
+6. check application
\ No newline at end of file