Index: README.md
===================================================================
--- README.md	(revision e2e83fc577c1805434e31e107634fa01a37c961e)
+++ README.md	(revision 19cbec3fcc640079a2eb48bda726b759fd067854)
@@ -6,14 +6,13 @@
 2. ``` cd SaveSpace ```
 3. ``` git checkout -b develop ```
-4. 
-5. ``` composer install ```
-6. ``` npm install ```
-7. ``` npm run production ```
-8. ``` cp .env.example .env ```
-9. ``` php artisan key:generate ```
-10. Create database and edit .env with your database credentials
-11. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration
-12. ``` php artisan clear:all --ms ```
-13. ``` php artisan serve ```
+4. ``` composer install ```
+5. ``` npm install ```
+6. ``` npm run production ```
+7. ``` cp .env.example .env ```
+8. ``` php artisan key:generate ```
+9. Create database and edit .env with your database credentials
+10. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration
+11. ``` php artisan clear:all --ms ```
+12. ``` php artisan serve ```
 
 Then you can visit http://localhost:8000/auth/login
