Skip to content

Commit 66dc01b

Browse files
Update README.md
Co-authored-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent 9b7e85c commit 66dc01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ needs full management permissions for the database.
123123
Next, you need to create `spark_evaluate` database.
124124

125125
```bash
126-
psql postgres://localhost:5432/ -c " DATABASE spark_evaluate"
126+
psql postgres://localhost:5432/ -c "CREATE DATABASE spark_evaluate"
127127
```
128128

129129
### Dockerized instance

0 commit comments

Comments
 (0)