From 6f0c678f5f4d84a3bc806258c4278b59168d7bcc Mon Sep 17 00:00:00 2001 From: aszabo19-cxn <54175908+aszabo19-cxn@users.noreply.github.com> Date: Tue, 26 Oct 2021 09:27:13 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60d7979..7492c7f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can connect to the database as: * Run `docker run -ti cxn/jpc:latest` -This will start the container and PostgreSQL server in it. Also starts and initialises JPC servcie. For a little test it will: +This will start the container and PostgreSQL server in it. Also starts and initialises JPC service. For a little test it will: * create a table (as: `CREATE table test(mol Molecule("sample"), id int);`) * insert some data (with SQL: `insert into test(id, mol) values (1, 'c'), (2, 'cc'), (3, 'ccc');`) * selects all data (`select * from test;`)