From a243986b07cc5712c55d3858cdd6eacf946cac04 Mon Sep 17 00:00:00 2001 From: Sean Lynch Date: Tue, 2 Jul 2013 11:33:58 -0400 Subject: [PATCH] Fix single file (SqlMapper.cs) link --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index fe0afb2..e4c8c08 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ Dapper - a simple object mapper for .Net Features -------- -Dapper is a [single file](https://github.com/SamSaffron/dapper-dot-net/blob/master/Dapper/SqlMapper.cs) you can drop in to your project that will extend your IDbConnection interface. +Dapper is a [single file](https://github.com/SamSaffron/dapper-dot-net/blob/master/Dapper%20NET40/SqlMapper.cs) you can drop in to your project that will extend your IDbConnection interface. It provides 3 helpers: -- GitLab