diff --git a/README.md b/README.md index 63c35a4..a64c248 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,10 @@ This automates the process by just specifying what is equal to each other. Mapper.Initialize(cfg => { cfg.AddCollectionMappers(); +// entity framework cfg.SetGeneratePropertyMaps>(); +// entity framework core +cfg.SetGeneratePropertyMaps>(); // Configuration code }); ```