From 423661fee32950479e9e2d2de9e88dd1d8ea22ae Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Fri, 8 Aug 2014 14:30:23 +0900 Subject: [PATCH] Add Djikstra quote. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b05c1d8e..d49677d0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ There is nothing faster. There is nothing more correct. HikariCP is a "zero-overhead" production-quality connection pool. Coming in at roughly 50Kb, the library is extremely light. Read about [how we do it here](https://github.com/brettwooldridge/HikariCP/wiki/Down-the-Rabbit-Hole). +   **"Simplicity is a prerequisite for reliability."**
+         - *Edsger Djikstra* + +---------------------------------------------------- _Java 8 maven artifact:_ ```xml