From ed646b47d590669833878d4f239148ed6732fadb Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Thu, 28 May 2015 13:45:54 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 947b6ecf..96552c8e 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ In their own words, *"HikariCP is supposed to be the fastest connection pool in ![](https://github.com/brettwooldridge/HikariCP/wiki/HikariVsBone.png) ---------------------------------------------------- -#### WIX Engineering Analysis (100M users) -We'd like to thank the guys over at WIX for the unsolicited and deep write-up about HikariCP on their [engineering blog](http://engineering.wix.com/2015/04/28/how-does-hikaricp-compare-to-other-connection-pools/). Take a look if you have time. +#### WIX Engineering Analysis +We'd like to thank the guys over at WIX (100 million users) for the unsolicited and deep write-up about HikariCP on their [engineering blog](http://engineering.wix.com/2015/04/28/how-does-hikaricp-compare-to-other-connection-pools/). Take a look if you have time. #### Failure: Pools behaving badly Read our interesting ["Database down" pool challenge](https://github.com/brettwooldridge/HikariCP/wiki/Bad-Behavior:-Handling-Database-Down).