Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Removed text about connections having to be open, which is not true any longer.
  • Loading branch information
johandanforth committed Jun 10, 2015
1 parent 3f79679 commit 7640c43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dapper.Contrib/Readme.md
Expand Up @@ -6,9 +6,7 @@ Features
Dapper.Contrib contains a number of helper methods for inserting, getting,
updating and deleting files.

As with dapper, all extension methods assume the connection is already open,
they will fail if the connection is closed. The full list of extension methods
in Dapper.Contrib right now are:
The full list of extension methods in Dapper.Contrib right now are:

```csharp
T Get<T>(id);
Expand Down

0 comments on commit 7640c43

Please sign in to comment.