diff --git a/README.md b/README.md
index b856a7bb..4ceb2598 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,13 @@ pool to record various metrics. See the [Metrics](https://github.com/brettwoold
wiki page for details.
*Default: none*
+📈``healthCheckRegistry``
+This property is only available via programmatic configuration or IoC container. This property
+allows you to specify an instance of a *Codahale/Dropwizard* ``HealthCheckRegistry`` to be used by the
+pool to report current health information. See the [Metrics](https://github.com/brettwooldridge/HikariCP/wiki/Dropwizard-HealthChecks)
+wiki page for details.
+*Default: none*
+
🔠``poolName``
This property represents a user-defined name for the connection pool and appears mainly
in logging and JMX management consoles to identify pools and pool configurations.