Fix typo "POSTGERS" in CONTRIBUTING.md

This commit is contained in:
Sijmen Schoon 2023-01-27 15:14:17 +01:00
parent dc147384fd
commit 29752794e0
No known key found for this signature in database
GPG key ID: DAF7821E067D9C48

View file

@ -108,7 +108,7 @@ To configure the connection to a remote Postgres, you can use the following envi
```bash
POSTGRES_USER=postgres
POSTGERS_PASSWORD=yourPostgresPassword
POSTGRES_PASSWORD=yourPostgresPassword
POSTGRES_HOST=localhost
POSTGRES_DB=postgres # the superuser database to use
```