From 03702bb643dbbea8bceef0ac1370130948b32876 Mon Sep 17 00:00:00 2001 From: Ben Page Date: Mon, 24 Nov 2014 13:41:39 -0600 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 775654f..4c546ba 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The following method is added to the Tedious [Connection](http://pekim.github.co Release the connect back to the pool to be used again ## Version 0.3.1 Changes - * Calls Connection.Reset() when the connection is released to the pool. This is very unlikely to cause anyone trouble. + * Calls Connection.reset() when the connection is released to the pool. This is very unlikely to cause anyone trouble. * Added a callback argument to ConnectionPool.drain() ## Version 0.3.0 Changes