From bd649f0e5823f5d2643a9f8ab9f5d40950a1de71 Mon Sep 17 00:00:00 2001 From: Thomas Ingham Date: Thu, 9 Nov 2023 09:16:55 -0500 Subject: [PATCH] Update Readme.md (#1994) Ironic change of opportunity. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d2cd09d3a..9fa6fe625 100644 --- a/Readme.md +++ b/Readme.md @@ -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: