From 9ce63b6a5c51199ac43cd618991948e12b360618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=9A=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D1=86=D0=BE=D0=B2?= <dkoltsov@picodata.io> Date: Tue, 9 Jul 2024 15:33:31 +0000 Subject: [PATCH] chore(readme): correct wordings --- postgres-java-example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres-java-example/README.md b/postgres-java-example/README.md index bba403a..9e238ba 100644 --- a/postgres-java-example/README.md +++ b/postgres-java-example/README.md @@ -1,10 +1,10 @@ ## How to run 1. Install picodata -2. Run picodata with the following command: +2. Run picodata using provided config with the following command: ```bash picodata run --config picodata_config.yaml ``` -3. Prepare data schema for example app with: +3. Prepare database schema for example app with: ```bash cat before.sql | picodata admin ./admin.sock ``` -- GitLab