Polished examples
diff --git a/README.adoc b/README.adoc
index e6af448..6a5710d 100644
--- a/README.adoc
+++ b/README.adoc
@@ -101,7 +101,7 @@
 | link:apm-opentracing/README.adoc[OpenTracing APM] (apm-opentracing) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with OpenTracing with ElastiCo APM
     
 
-| link:health-checks/readme.adoc[Health Checks] (health-checks) | Management and Monitoring | 
+| link:health-checks/readme.adoc[Health Checks] (health-checks) | Management and Monitoring | An example how to use custom health-checks
 
 | link:metrics/README.adoc[Metrics] (metrics) | Management and Monitoring | An example showing how to work with Camel and Spring Boot and report metrics to Graphite
 
diff --git a/health-checks/pom.xml b/health-checks/pom.xml
index 8bd9e47..ba65d81 100644
--- a/health-checks/pom.xml
+++ b/health-checks/pom.xml
@@ -29,6 +29,7 @@
 
     <artifactId>camel-example-spring-boot-health-checks</artifactId>
     <name>Camel SB Examples :: Health Checks</name>
+    <description>An example how to use custom health-checks</description>
 
     <properties>
         <category>Management and Monitoring</category>