diff --git a/Deployment-With-GitHub-Actions.md b/Deployment-With-GitHub-Actions.md
index c0d7545..9243712 100644
--- a/Deployment-With-GitHub-Actions.md
+++ b/Deployment-With-GitHub-Actions.md
@@ -167,7 +167,7 @@ Secret Name|Description|Example
 `AZURE_CREDENTIALS`|`JSON` with credentials for a Service Principle with access to the container registry and AKS cluster. Further instructions can be found[here](https://github.com/marketplace/actions/azure-login#configure-deployment-credentials)|`{ 'clientId': "<app ID of SPN>", "clientSecret": "<SPN Key>", "tenantId": "<Azure tenant GUID>", "subscriptionId": "<Azure subscription ID>" }`
 `CLUSTER_NAME`|Name of the AKS cluster|`myeshop`
 `PASSWORD`|Admin password for ACR|Retrieve this from the container registry blade in the Azure portal
-`REGISTRY_ENDPOINT`|Endpoint for container registry|FQDN of registry and container|`myeshopacr.azurecr.io/eshop`
+`REGISTRY_ENDPOINT`|Endpoint for container registry|`myeshopacr.azurecr.io/eshop`
 `REGISTRY_HOST`|FQDN of registry|`myeshopacr.azurecr.io`
 `RESOURCE_GROUP`|Name of resource group containing AKS cluster|`myeshop-rg`
 `USERNAME`|Admin username for ACR (typically name of ACR)|`myeshopacr`