Skip to content

Commit

Permalink
Update Readme.md (#1994)
Browse files Browse the repository at this point in the history
Ironic change of opportunity.
  • Loading branch information
tingham authored Nov 9, 2023
1 parent f0e61a7 commit bd649f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Features
--------
Dapper is a [NuGet library](https://www.nuget.org/packages/Dapper) that you can add in to your project that will enhance your ADO.NET connections via
extension methods on your `DbConnection` instance. This provides a simple and efficient API for invoking SQL, with support for both synchronous and
asynchronous data access, and allows bother buffered and non-buffered queries.
asynchronous data access, and allows both buffered and non-buffered queries.

It provides multiple helpers, but the key APIs are:

Expand Down

0 comments on commit bd649f0

Please sign in to comment.