From ca9014c37b80f7ca2476bbf05bc3d0cbe4a63b5e Mon Sep 17 00:00:00 2001 From: Ben Page Date: Wed, 29 Oct 2014 11:31:58 -0500 Subject: [PATCH] fixed README.md --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a05e7c..e15be4c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ It is then available to be reused. ##Class: PooledConnection * An extension of the tedious [Connection](http://pekim.github.com/tedious/api-connection.html) object. -### connectionPool.release() +### PooledConnection.release() ## Version 0.2.x Breaking Changes * To acquire a connection, call on acquire() on a ConnectionPool rather than requestConnection(). diff --git a/package.json b/package.json index d63c391..38ccef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tedious-connection-pool", - "version": "0.2.2", + "version": "0.2.3", "description": "Connection Pool for tedious.", "main": "lib/connection-pool.js", "dependencies": {