From c2dfa18f53c4df790b423a7d1ab3f61f6b322a4a Mon Sep 17 00:00:00 2001 From: Simon Norris Date: Thu, 27 Jun 2024 12:00:55 -0700 Subject: [PATCH] fix #159 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad0fb76..47fda64 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ See [documentation](https://smnorris.github.io/fwapg/) for setup and usage detai 2. Ensure you have a `DATABASE_URL` environment variable set to point to your database, for example: - export DATABASE_URL=postgres://username:password@localhost:5432/fwapg + export DATABASE_URL=postgresql://username:password@localhost:5432/fwapg 3. Get scripts, load and optimize the data: