From 095cd92e3323d7a8a4f4c2f338c9fc3e78b6720c Mon Sep 17 00:00:00 2001 From: Reza Noei Date: Sat, 29 Jun 2024 16:06:36 +0330 Subject: [PATCH] Update Readme.Md. --- Source/BSN.Commons.AutoMapper/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/BSN.Commons.AutoMapper/README.md b/Source/BSN.Commons.AutoMapper/README.md index ea0c371..7310d6f 100644 --- a/Source/BSN.Commons.AutoMapper/README.md +++ b/Source/BSN.Commons.AutoMapper/README.md @@ -14,7 +14,7 @@ Install-Package BSN.Commons.AutoMapper ``` ### 2. Add Your required mapping profiles -To use these predefined mapping profiles and injecting your prefered profiles you just need to add following line in the `ServiceCollection`: +To use these predefined mapping profiles and injecting your preferred profiles you just need to add following line in the `ServiceCollection`: ``` services.AddAutoMapper(config => config.AddProfile()); ``` @@ -29,7 +29,7 @@ services.AddAutoMapper(config => ### 3. Predefined mapping profile: -Provided builtin mapping profile contains following mappings: +Provided built in mapping profile contains following mappings: #### PagedEntityCollectionToMetaDataConverter: A default converter which converts `PagedEntityCollection` to `PaginationMetadata`.