From 66e886c0042afb20b76fd1ab5dff02f22d7a5740 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 19 Jun 2017 13:19:19 +0200 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c584b5..93e3c08 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ For full requirements see Symfony 3.3 [docs](http://symfony.com/doc/3.3/referenc You can load initial application data by running command `$ bin/console app:init` This command consists of multiple subcommands that can be called separately: -1. Load LDraw models into database by running commad `$ bin/console app:load:models [--ldraw=PATH] [--all] [--file=FILE] [--update] ` +1. Load LDraw models into database by running commad `$ bin/console app:load:ldraw [--ldraw=PATH] [--all] [--file=FILE] [--update] ` 2. Load Rebrickable data into database by running command `$ bin/console app:load:rebrickable` -3. Load relations between LDraw models and Rebrickable parts by running command `$ bin/console app:load:relation` +3. Load relations between LDraw models and Rebrickable parts by running command `$ bin/console app:load:relations` 4. Download images of models from rebrickable.com `$ bin/console app:load:images [--color=INT] [--rebrickable] [--missing]` 5. Populate Elastisearch index `$ bin/console fos:elastica:populate`