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": {