From c20794cbb168a4f1d1f687c92f294b711ce78d5d Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Sun, 29 Mar 2015 01:17:13 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de97b53..f2444505 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![](https://github.com/brettwooldridge/HikariCP/wiki/Hikari.png) HikariCP It's Faster. [![Travis branch](https://img.shields.io/travis/joyent/node/v0.6.svg)](https://travis-ci.org/brettwooldridge/HikariCP)[![Issue Stats](http://issuestats.com/github/brettwooldridge/HikariCP/badge/issue?style=flat)](http://issuestats.com/github/brettwooldridge/HikariCP)[![Coverage Status](https://img.shields.io/coveralls/brettwooldridge/HikariCP/master.svg)](https://coveralls.io/r/brettwooldridge/HikariCP?branch=master)
Hi·ka·ri [hi·ka·'lē] (*Origin: Japanese*): light; ray. ========== -Fast, simple, reliable. HikariCP is a "zero-overhead" production ready JDBC connection pool. Coming in at roughly 70Kb, the library is very light. Read about [how we do it here](https://github.com/brettwooldridge/HikariCP/wiki/Down-the-Rabbit-Hole). +Fast, simple, reliable. HikariCP is a "zero-overhead" production ready JDBC connection pool. At roughly 90Kb, the library is very light. Read about [how we do it here](https://github.com/brettwooldridge/HikariCP/wiki/Down-the-Rabbit-Hole).    **"Simplicity is prerequisite for reliability."**
         - *Edsger Djikstra*