From 76c0ff583886df00f941e36432fb81568dafa08b Mon Sep 17 00:00:00 2001 From: Gary Woodfine Date: Mon, 5 Feb 2018 17:16:52 +0000 Subject: [PATCH] readme update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94bdc26..feac4ab 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Threenine.Map [![Build status](https://ci.appveyor.com/api/projects/status/6ob8lbutfecvi5n3/branch/master?svg=true)](https://ci.appveyor.com/project/garywoodfine/reflectmap/branch/master) [![NuGet](http://img.shields.io/nuget/v/Threenine.Map.svg)](https://www.nuget.org/packages/Threenine.Map/) [![Twitter Follow](https://img.shields.io/twitter/follow/threenine39.svg?style=social?maxAge=2592000)](https://twitter.com/threenine39) [![Documentation Status](https://readthedocs.org/projects/threeninemap/badge/?version=latest)](http://threeninemap.readthedocs.io/en/latest/?badge=latest) +Want a simple way to create clean & simple configuration for AutoMapper? -Handy utility library to help with the implementation of AutoMapper in software projects. +Threenine.Map helps you do this by just implementing one of the mapping interfaces in your view models and domain models, and you're set! -The library combines the use of two libraries Automapper and PhilosophicalMonkey to to assist in implementing mappings in projects by locating the mapping logic within the Domain Objects. +The library combines all the power of Automapper to assist in implementing mappings in projects by locating the mapping logic within the Domain Objects & View Models.