From 07326009484ac2564e84e5adf237938322cdfdc3 Mon Sep 17 00:00:00 2001 From: Thanasis Naskos Date: Tue, 9 Jun 2020 13:14:47 +0300 Subject: [PATCH] changing api to API in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91fcd53..645a6ad 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ cd .. docker-compose up docker-compose exec api php artisan migrate:fresh --seed ``` -This first docker command just creates an empty container to install the required api dependencies. +This first docker command just creates an empty container to install the required API dependencies. The create_volumes script, creates the necessary folder structure and extracts the baseline elasticsearch index. Finally, the last docker command creates and populates the database. -- 2.2.2