Skip to content

Commit 62f2885

Browse files
committed
Updated readme
Minor update
1 parent 1531415 commit 62f2885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ After this simple configuration you can populate the database by running a coupl
6161
6262
### Installation
6363
64-
CD into the directory of this project and run the following two commands:
64+
CD into the directory of this project and run the following three commands:
6565
6666
1. `composer install`
6767
2. `php artisan migrate`
6868
3. `php artisan db:seed`
6969
70-
This will create the database structure and populate the database with some sample data so that you could see this project in action.
70+
This will install all Composer dependencies, create the database structure and populate the database with some sample data so that you could see this project in action.
7171
7272
## Documentation
7373

0 commit comments

Comments
 (0)