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