Merge pull request #25 from Human-Connection/updated-seed-documentation

Update Seed Command in README.md
This commit is contained in:
Grzegorz Leoniec 2018-11-27 10:37:34 +01:00 committed by GitHub
commit 2f6f7cc1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,9 +105,9 @@ Optionally you can seed the GraphQL service by executing mutations that
will write sample data to the database:
```bash
yarn seedDb
yarn db:seed
# -or-
npm run seedDb
npm run db:seed
```
## Todo`s