Skip to content

Commit

Permalink
fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-page committed Oct 29, 2014
1 parent d7567ca commit ca9014c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ca9014c

Please sign in to comment.