From f843a6a1f39011c275609f4259a9d79c77e5e127 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Tue, 23 Apr 2024 18:52:39 +0200 Subject: [PATCH] Update README --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 90990f9..6544e76 100644 --- a/docs/README.md +++ b/docs/README.md @@ -45,7 +45,7 @@ Notice, that `PGRST_JWT_SECRET` must be at least 32 characters long. `$ cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 42 | head -n 1` -`PGSAIL_APP_URL` is the url in you connect to in your browser. +`PGSAIL_APP_URL` is the URL you connect to from your browser. `PGSAIL_API_URL` is the URL where `PGSAIL_APP_URL` connect to.