From 0b6e821ddad089ec9f956ff7a5b8d19bdd6eb011 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Wed, 12 Jun 2024 12:12:23 +0200 Subject: [PATCH] cleanup readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5de2e1c..90cb36c 100644 --- a/README.md +++ b/README.md @@ -66,14 +66,14 @@ see [docs/setup-production-environment-and-ci.md](docs/setup-production-environm ## Connect to the Production Database ```sh -fly postgres connect -a koriki-db +fly postgres connect -a ``` ```sh # list dbs -\list; +\list # connect to a db -\c lini; +\c ; # list tables \dt # query a table