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: