From dc2735a9010c1a477c83e308ef54f555cdbe4924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=BCst?= Date: Wed, 21 Aug 2019 11:41:47 +0200 Subject: [PATCH] fix headlines in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0bafc7d..a54de22 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ SVG representations from supplied metadata, a client API to access such a servic component to directly render GEO labels into JSF 1/2 and JSP based webpages. -###Client +### Client Client API to access a GEO label service. Uses a builder pattern to allow various combinations of metadata and feedback document inputs supporting streams, URL references and XML Documents. @@ -54,7 +54,7 @@ InputStream geoLabel = GeoLabelClientV1.createGeoLabelRequest() .getSVG(); ``` -###JSF +### JSF Simple JSF component rendering GEO labels from actual feedback/metadata documents and/or URL references. Supports asynchronous loading using Partial Page Rendering. @@ -73,13 +73,13 @@ loading using Partial Page Rendering. For more details see `jsf/Readme.md` -###Server +### Server An demo instance is deployed at http://geoviqua.dev.52north.org/glbservice For more details see `server/Readme.md` -###Commons +### Commons Resources required by server and client modules.