Skip to content

Commit 8cdce34

Browse files
authored
Merge pull request #87 from ccdc-opensource/fix-typo-in-README
NO_JIRA fix typo in README
2 parents 379db79 + d8c4696 commit 8cdce34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ docker run --name debug-postgres -e POSTGRES_PASSWORD=passwordhere -d postgres:1
7878
# Shell into container
7979
docker exec -it debug-postgres sh
8080
# Attempt to establish a connection to the database server
81-
psql -h database.server.name -p 5432 -U postgres -d csd_database
81+
psql -h database.server.name -p 5432 -U postgres -d csd-database
8282
```
8383

8484
## Basic Configuration And Installation

0 commit comments

Comments
 (0)