diff --git a/Readme.md b/Readme.md index d674f4eea7226a64f9e7fb9a51f9fb25e0ad0be4..4af0a16e10fd0f48acbb7064499eabb04f60f16c 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? ---------------------