From ce59dcfdd0abc14c21c047ca5d114beb876f2b2a Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 24 Jan 2025 08:27:06 +0100 Subject: [PATCH] README updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d16541f..1a5dff7 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 as user *kosync* (with psql) and create the database tables: +Connect to the database as user *kosync* (for example with psql) and create the database tables: ```sql CREATE TABLE users ( id BIGSERIAL PRIMARY KEY,