From 654399609995f35934acc24785dd79a1271b6ca4 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Sun, 30 Oct 2022 14:47:55 -0400 Subject: [PATCH] Fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db324a..2edf53b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ docker buildx build --load -t 1337kavin/sponsorblock-mirror . * If Docker complains that `the --mount option requires BuildKit`, make sure you are building with `docker buildx build` and not `docker build`. -* To access the PosgresQL database directly, you can `docker exec -ti postgres-sb-mirror bash -c 'psql $POSTGRES_DB $POSTGRES_USER'`. +* To access the PostgreSQL database directly, you can `docker exec -ti postgres-sb-mirror bash -c 'psql $POSTGRES_DB $POSTGRES_USER'`. * Requests for videos not in the database are forwarded to `https://sponsor.ajay.app/`, which may be down or malfunctioning. A response of the string `Internal Server Error` is likely to be from there, rather than from this application.