From f7a0e42380a195cfbfaefaa92a6addb624ed8612 Mon Sep 17 00:00:00 2001 From: Mohammadreza Taikandi Date: Sun, 27 Dec 2020 07:34:27 +0000 Subject: [PATCH] Update readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64d09b9..dde6dc5 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ![Nuget](https://img.shields.io/nuget/v/mapto?logo=nuget) ![Publish Packages](https://github.com/mrtaikandi/MapTo/workflows/Publish%20Packages/badge.svg) -An object to object mapping generator using [Roslyn source generator](https://github.com/dotnet/roslyn/blob/master/docs/features/source-generators.md). +A convention based object to object mapper using [Roslyn source generator](https://github.com/dotnet/roslyn/blob/master/docs/features/source-generators.md). -MapTo creates mappings during compile-time, which eliminates the need for using reflection like other libraries. This makes it super simple to use and way faster than other libraries. +MapTo creates mappings during compile-time, which eliminates the need for using reflection to create the mappings. This makes it super simple to use and way faster than other libraries. ## Installation ```