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()`