Commit 07326009484ac2564e84e5adf237938322cdfdc3
1 parent
6db7cdb4f8
Exists in
master
and in
4 other branches
changing api to API in readme
Showing 1 changed file with 1 additions and 1 deletions
README.md
View file @
0732600
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | docker-compose up |
11 | 11 | docker-compose exec api php artisan migrate:fresh --seed |
12 | 12 | ``` |
13 | -This first docker command just creates an empty container to install the required api dependencies. | |
13 | +This first docker command just creates an empty container to install the required API dependencies. | |
14 | 14 | The create_volumes script, creates the necessary folder structure and extracts the baseline elasticsearch index. |
15 | 15 | Finally, the last docker command creates and populates the database. |
16 | 16 |