diff --git a/README.md b/README.md
index 607b6259..8cea3e14 100644
--- a/README.md
+++ b/README.md
@@ -223,12 +223,6 @@ before adding it to the pool. If this SQL is not valid or throws an exception, i
treated as a connection failure and the standard retry logic will be followed.
*Default: none*
-🔠``connectionCustomizerClassName``
-This property allows you to specify an implementation of the ``IConnectionCustomizer`` interface. The
-``customize(Connection)`` method will be invoked on each new connection *before* it is added to the
-pool.
-*Default: none*
-
🔠``driverClassName``
HikariCP will attempt to resolve a driver through the DriverManager based solely on the ``jdbcUrl``,
but for some older drivers the ``driverClassName`` must also be specified. Omit this property unless