From f90b75f202cc24bfbbe93c76831d11234d1d5bc0 Mon Sep 17 00:00:00 2001
From: pm <pmvanhouteghem@gmail.com>
Date: Mon, 12 Jul 2021 15:16:38 +0200
Subject: [PATCH] quick corrections on patient registry documention

---
 Patient-Registry/installation.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Patient-Registry/installation.md b/Patient-Registry/installation.md
index f5db3d0..eafd7c8 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
-- 
GitLab