Skip to content

Commit bd00f51

Browse files
[readme] Fix typo
1 parent a69936c commit bd00f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ or execute script `create-tables.sql` for the database to create all necessary t
3636
If there is no database deployed, you can deploy PostgreSQL 17 locally via Docker.
3737

3838
```
39-
docker run --name postgresql -p5432:5432 -v $HOME/posgresql:/var/lib/postgresql/data -e POSTGRES_PASSWORD=mysecretpassword -d postgres:17
39+
docker run --name postgresql -p5432:5432 -v $HOME/postgresql:/var/lib/postgresql/data -e POSTGRES_PASSWORD=mysecretpassword -d postgres:17
4040
```
4141

4242
You can connect to this database via

0 commit comments

Comments
 (0)