diff --git a/README.md b/README.md index 15a89b7..037a28c 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,9 @@ Again, browse to the following link to use the server (note that the port 8080 m # Customizing The Web Testpage UI -The UI that comes with \ No newline at end of file +The UI that comes with this server is an exact clone of the server available at [http://hapi.fhir.org](http://hapi.fhir.org). You may skin this UI if you'd like. For example, you might change the introductory text or replace the logo with your own. + +The UI is customized using [Thymeleaf](https://www.thymeleaf.org/) template files. You might want to learn more about Thymeleaf, but you don't necessarily need to: they are quite easy to figure out. + +Several template files that can be customized are found in the following directory: [https://github.com/hapifhir/hapi-fhir-jpaserver-starter/tree/master/src/main/webapp/WEB-INF/templates](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/tree/master/src/main/webapp/WEB-INF/templates) +