Skip to content

Commit 3020814

Browse files
Update README.md
1 parent da9a511 commit 3020814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DataAbstractions.Dapper [![NuGet](https://img.shields.io/nuget/v/DataAbstractions.Dapper.svg)](https://www.nuget.org/packages/DataAbstractions.Dapper/)
2-
A light abstraction around [Dapper](https://github.com/StackExchange/Dapper)
2+
DataAbstractions.Dapper is a light abstraction around [Dapper](https://github.com/StackExchange/Dapper)
33
and [Dapper.Contrib](https://github.com/StackExchange/Dapper/tree/master/Dapper.Contrib) that also maintains the behavior [IDbConnection](https://docs.microsoft.com/en-us/dotnet/api/system.data.idbconnection). This library facilitates a loosely coupled design and unit testing.
44
## IDataAccessor Interface
55

@@ -38,4 +38,4 @@ If you need access to the actual connection object, use GetUnderlyingConnection(
3838

3939
```csharp
4040
IDbConnection connection = dataAccessor.GetUnderlyingConnection();
41-
```
41+
```

0 commit comments

Comments
 (0)