From 8fbe4021c1c442bcbbefc25e352989ee98af57c4 Mon Sep 17 00:00:00 2001 From: Henk Mollema Date: Fri, 2 May 2014 09:34:33 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fce0635..743d88d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ Dapper.FluentMap ================ +### Introduction This [Dapper](https://github.com/SamSaffron/dapper-dot-net/) extension allows you to fluently congfigure the mapping between POCO properties and database columns. This keeps your POCO's clean of mapping attributes. The functionality is similar to [Entity Framework Fluent API](http://msdn.microsoft.com/nl-nl/data/jj591617.aspx). -Usage -======== +
+ +### Installation +![Install-Package Dapper.FluentMap](http://i.imgur.com/Rs483do.png "Install Dapper.FluentMap") + +
+ +### Usage Mapping properties: ``` public class ProductMap : EntityMap