From c826dad403640c8b62d4838c1d4aa7d6aca914b2 Mon Sep 17 00:00:00 2001 From: Shane Powser Date: Wed, 15 Nov 2023 20:25:59 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aae9a693..9f86d3eb 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Follow the steps to configure the secret: * Define a new secret under your repository **Settings** > **Secrets** > **Add a new secret** menu. * Paste the contents of the Secret (Example: Connection String) as Value * Also, copy the psql connection string from Azure PostgreSQL DB which is under **Connection strings** > **psql** and of the format: -"host={hostname} port={port} dbname={your_database} user={user} password={your_password} sslmode=require". Note: The Azure portal includes "psql" at the front of the connetion string which should not be included here. +"host={hostname} port={port} dbname={your_database} user={user} password={your_password} sslmode=require". Note: The Azure portal includes "psql" at the front of the connection string which should not be included here. * For Azure credentials, paste the output of the below [az cli](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) command as the value of secret variable, for example 'AZURE_CREDENTIALS' ```bash