From c69bac43057cfee40a45f97b3565f2defbda7916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 23 Jan 2019 18:24:23 +0100 Subject: [PATCH] Update backend/installation/configuration.md Co-Authored-By: Tirokk --- backend/installation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/installation/configuration.md b/backend/installation/configuration.md index b7787c8e6..b058a89d6 100644 --- a/backend/installation/configuration.md +++ b/backend/installation/configuration.md @@ -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 ```