Skip to content

Commit ec28284

Browse files
committed
Tidy more
1 parent 88ad965 commit ec28284

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ If you're using the default `.env.template` file then you'll need to populate th
9595
`postgraphile_forum_example` database:
9696

9797
```
98-
./import-example-database
98+
./scripts/import-example-database
9999
```
100100

101-
Make sure that the query in `test/query.graphql` and the options in `src/postgraphileOptions.js` are both valid for your database.
101+
Make sure that the query in `test/query.graphql` and the options in `src/postgraphileOptions.js` are both valid for your database. If you're using a remote PostgreSQL server (or one within a docker instance), you may need to update the `host.docker.internal` reference in `test/make-template-yml.sh` (line 15).
102102

103103
Run the tests:
104104

0 commit comments

Comments
 (0)