From 501e5d28a7e4f3024728097bda00811168da3a9b Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Thu, 27 Mar 2014 16:31:58 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 702d5327..ae56b548 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ Using the excellent [JMH microbenchmark framework](http://openjdk.java.net/proje Not all pools are created equal. Read our [pool analysis](https://github.com/brettwooldridge/HikariCP/wiki/Pool-Analysis) here if you care to know the good, bad, and ugly. +#### You're [probably] doing it wrong +AKA ["What you probably didn't know about connection pool sizing"](https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing). Read on to find out. + ------------------------------ #### Configuration (knobs, baby!)