diff --git a/README.md b/README.md
index d33930a1..8b264c81 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ It is a boolean value.
⌚``connectionTimeout``
This property controls the maximum number of milliseconds that a client (that's you) will wait
for a connection from the pool. If this time is exceeded without a connection becoming
-available, a SQLException will be thrown. 100ms is the minimum value.
+available, a SQLException will be thrown. 1000ms is the minimum value.
*Default: 30000 (30 seconds)*
⌚``idleTimeout``