From fc2fca031723322b9c26361d003259cf9a6e34d1 Mon Sep 17 00:00:00 2001 From: faithngetich Date: Thu, 6 Dec 2018 19:12:29 +0300 Subject: [PATCH] Use the right db seed name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a02fb167..9be587c51 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Run: docker-compose up # if you want seed data # open another terminal and run -docker-compose exec backend yarn run seedDb +docker-compose exec backend yarn run db:seed ``` App is [running on port 4000](http://localhost:4000/)