From d8c46963f73a8d08b143702747a4233f92109dc6 Mon Sep 17 00:00:00 2001 From: Eva Myers <81232948+emyers-ccdc@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:47 +0100 Subject: [PATCH] NO_JIRA fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12867a1..9596256 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ docker run --name debug-postgres -e POSTGRES_PASSWORD=passwordhere -d postgres:1 # Shell into container docker exec -it debug-postgres sh # Attempt to establish a connection to the database server -psql -h database.server.name -p 5432 -U postgres -d csd_database +psql -h database.server.name -p 5432 -U postgres -d csd-database ``` ## Basic Configuration And Installation