diff --git a/Patient-Registry/installation.md b/Patient-Registry/installation.md
index f5db3d0f66b163421f010f58224ca6da0f2c649f..eafd7c8081b5da2aaf391d9c7f53631b32951cb3 100755
--- a/Patient-Registry/installation.md
+++ b/Patient-Registry/installation.md
@@ -238,8 +238,8 @@ Replace this property `${DEPLOYMENT_PROPERTIES}` with your own path to the deplo
 
 This resource should refer to a deployment.properties file. This file shall contain the following properties :
 
-| Property Name       | Description                                                               | Example value                                             |
-| patientregistry.url | URL of the Patient Registry Processing Service used to manage patients.   | http://localhost:8580/patient-registry/PatientProcessingService/patient-processing-service?wsdl|
+| Property Name       | Description                                                               | Example value                                             
+| patientregistry.url | URL of the Patient Registry Processing Service used to manage patients.   | http://localhost:8580/patient-registry/PatientProcessingService/patient-processing-service?wsdl
 | xrefpatientregistry.url | URL of the CrossReference Processing Service used to XReference.   | http://localhost:8580/patient-registry/CrossReferenceService/xref-processing-service?wsdl |
 
 ### Application server
@@ -295,7 +295,7 @@ See [Setup datasources for gazelle applications](/gazelle-documentation/General/
 ### Deployment
 
 Copy the **war** artifact pixm-connector-X.X.X.war in the deployment folder of the wildfly installation under the name
-**pdqm-connector.war**. This is important for the path on which connector's web services will be exposed.
+**pixm-connector.war**. This is important for the path on which connector's web services will be exposed.
 
 ```
 cp pixm-connector-X.X.X.war /usr/local/wildfly18/standalone/deployments/pixm-connector.war