From 44de5788cd65e50c277bf48a39f9c32047efbe2f Mon Sep 17 00:00:00 2001 From: Hannes Venter Date: Wed, 30 Mar 2016 14:47:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b6e45d..a643bfc 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Validation and format conversions are handled with thanks to the [HAPI-FHIR](htt * Edit the properties file `mediator.properties` and change it as required for your implementantion * The mediator is packaged as a standalone jar and can be run as follows: `java -jar mediator-fhir-proxy-1.0.0-jar-with-dependencies.jar --conf mediator.properties` +You can access the mediator config via the _Mediators_ page in the OpenHIM Console. + # Compiling and running from source * `git clone https://github.com/jembi/openhim-mediator-fhir-proxy.git` * `cd openhim-mediator-fhir-proxy`