From d4a240f74989e8799afc96f8a2545d3fbe5aa3f0 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Sun, 30 Oct 2022 14:46:35 -0400 Subject: [PATCH] Restyle PostgreSQL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc79bc8..7965fbc 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ docker buildx build --load -t 1337kavin/sponsorblock-mirror . ## Troubleshooting -* If the linker complains about a missing `-lpq`, make sure you have the PostgresQL development libraries, which may be in a `libpq-dev` package or your distribution's equivalent. +* If the linker complains about a missing `-lpq`, make sure you have the PostgreSQL development libraries, which may be in a `libpq-dev` package or your distribution's equivalent. * If Docker complains that `the --mount option requires BuildKit`, make sure you are building with `docker buildx build` and not `docker build`.