From 9249c61a10dd46fdc3b35389e646c8a43fc16791 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Sun, 28 Apr 2024 08:32:59 -0700 Subject: [PATCH] Fix PostgreSQL name in headings --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 75cabff..6cfbfe3 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -138,7 +138,7 @@ git clone https://github.com/iv-org/invidious exit ``` -#### Set up PostgresSQL +#### Set up PostgreSQL ```bash systemctl enable --now postgresql @@ -187,7 +187,7 @@ git clone https://github.com/iv-org/invidious cd invidious ``` -#### Set up PostgresSQL +#### Set up PostgreSQL ```bash brew services start postgresql