diff --git a/README.md b/README.md index 1936997..2a864d9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Then, create a new database which is owned by the newly created user: $ createdb -O kosync kosync ``` -Connect to the database (with psql) and create the database tables: +Connect to the database as user *kosync* (with psql) and create the database tables: ```sql CREATE TABLE users ( id BIGSERIAL PRIMARY KEY,