From cb01350c32f3ff70e234b40ea29ef5f45cb7b1a7 Mon Sep 17 00:00:00 2001 From: Mike D Pilsbury Date: Sun, 7 Oct 2012 17:34:01 +0200 Subject: [PATCH] Make experimental status clear. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbd6be9..76c5d9b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # tedious-connection-pool A simple connection pool for [tedious](http://github.com/pekim/tedious). + Status: Experimental + ## Example The only difference from the regular tedious API is how the connection is obtained. Once a Connection object has been acquired, the tedious API can be used with the