Update backend/installation/configuration.md

Co-Authored-By: Tirokk <wolle.huss@pjannto.com>
This commit is contained in:
Robert Schäfer 2019-01-23 18:24:23 +01:00 committed by GitHub
parent 49ac4dbad9
commit c69bac4305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.
Now we have to seed our database with default data, so that GraphQL requests or playing with our GraphQL Playground returns anything else than an empty response.
To fill the database with Nitro-Backend default data send the command:
To fill the database with some seed data, run the following command in your terminal:
```bash
$ yarn run db:seed
```