Skip to content

Commit 54df660

Browse files
committed
chore: fix typo on postgres readme instruction
1 parent 8ba2a71 commit 54df660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is a containerized Postgres database.
2828
sudo docker exec -it [container_name] bash
2929
```
3030

31-
3. To login as posgress local account, use the following command:
31+
3. To login as posgres local account, use the following command:
3232

3333
```sh
3434
psql -h localhost -p 5432 -U postgres

0 commit comments

Comments
 (0)