Skip to content

Commit c87deb7

Browse files
authored
Update README.md
1 parent 804b92f commit c87deb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
[![NuGet version](https://badge.fury.io/nu/AgileObjects.AgileMapper.svg)](https://badge.fury.io/nu/AgileObjects.AgileMapper)
44
[![Build status](https://ci.appveyor.com/api/projects/status/c1jlvkfjej62p8da?svg=true)](https://ci.appveyor.com/project/SteveWilkes/agilemapper)
55

6-
AgileMapper is a zero-configuration, [highly-configurable](https://agilemapper.readthedocs.io/configuration) object-object
6+
AgileMapper is a zero-configuration, [highly-configurable](https://agilemapper.readthedocs.io/configuration), unopinionated object
77
mapper with [viewable execution plans](https://agilemapper.readthedocs.io/Using-Execution-Plans).
8-
It [projects queries](https://agilemapper.readthedocs.io/query-projection/), transforms, deep clones,
9-
[updates](https://agilemapper.readthedocs.io/Performing-Updates) and [merges](https://agilemapper.readthedocs.io/Performing-Merges)
8+
It flattens, unflattens, deep clones, [merges](https://agilemapper.readthedocs.io/Performing-Merges),
9+
[updates](https://agilemapper.readthedocs.io/Performing-Updates) and [projects queries](https://agilemapper.readthedocs.io/query-projection/)
1010
via [extension methods](https://agilemapper.readthedocs.io/Mapping-Extension-Methods), or a
1111
[static or instance](https://agilemapper.readthedocs.io/Static-vs-Instance-Mappers) API.
12-
It targets [.NET Standard 1.0+](https://docs.microsoft.com/en-us/dotnet/articles/standard/library) and .NET 3.5+
12+
It targets .NET 3.5+ and [.NET Standard 1.0+](https://docs.microsoft.com/en-us/dotnet/articles/standard/library).
1313

1414
You can use it to create new objects:
1515

0 commit comments

Comments
 (0)