From 5ba2e323744dd0b940a6a773cdcb8d9feea7cf40 Mon Sep 17 00:00:00 2001 From: Martin Jul Date: Thu, 6 Aug 2015 12:45:49 +0200 Subject: [PATCH] Fix capitalization in README --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index d674f4e..4af0a16 100644 --- a/Readme.md +++ b/Readme.md @@ -340,9 +340,9 @@ Dapper's simplicity means that many feature that ORMs ship with are stripped out Dapper does not manage your connection's lifecycle, it assumes the connection it gets is open AND has no existing datareaders enumerating (unless MARS is enabled) -Will dapper work with my db provider? +Will Dapper work with my DB provider? --------------------- -Dapper has no DB specific implementation details, it works across all .net ado providers including sqlite, sqlce, firebird, oracle, MySQL, PostgreSQL and SQL Server +Dapper has no DB specific implementation details, it works across all .NET ADO providers including [SQLite](http://www.sqlite.org/), SQL CE, Firebird, Oracle, MySQL, PostgreSQL and SQL Server. Do you have a comprehensive list of examples? --------------------- -- GitLab