From e436b6a1dc616e52b5b8c7d1bcb58469121e6237 Mon Sep 17 00:00:00 2001 From: Aleksander Parchomenko Date: Wed, 29 Sep 2021 10:21:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bfead9..151bac4 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ To simplify adding dependency injection for mappers `MappersDependencyInjectionE |[✔]|Collections mappings |[❌]|Add Using property to `MapperAttribute` to use mappings from another mappers |[❌]|Inverse mapping - `MappingAttribute` property that automaticly generates inverse mapping -|[❔] |Automatic casting of the properties +|[❔] |Automatic casting manual casing Attribute of the properties |[❔] |Dependency injection containers automatic recognize container type and generating extensions methods for mappers |[❔]|Linq extensions - generate extensions for mapping collections, e.g.: `IEnumerable documentDtos = documentsDaos.MapToDto()`