Update README.md

This commit is contained in:
Grzegorz Leoniec 2018-11-26 18:03:59 +01:00 committed by GitHub
parent c50b881089
commit ebcec50a09
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