From ad1189396076fff821e62008bb3621780ccc5595 Mon Sep 17 00:00:00 2001 From: Robin Wieruch Date: Fri, 25 Jan 2019 10:15:30 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b19eb8f..a7564a2 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The `SECRET` is just a random string for your authentication. Keep all these inf * adjust `test:run-server` npm script with `TEST_DATABASE` environment variable in package.json to match your testing database name * to match it from package.json: `createdb mytestdatabase` with psql * one terminal: npm run test:run-server -* second terminal: test:execute-test +* second terminal: npm run test:execute-test ## Want to learn more about React + GraphQL + Apollo?