From cdc24e37c45be811a92ea9140fa7f868f74aca0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 28 Nov 2024 15:28:53 +0100 Subject: [PATCH] docs: Jane's automapper has been deprecated in favor of Jolicode's Automapper (#22) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2afea7..f4fef18 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ $dragonDTO = $microMapper->map($dragon, DragonDTO::class); ``` MicroMapper is similar to other data mappers, like -[jane-php/automapper](https://github.com/janephp/automapper), except... less +[jolicode/automapper](https://github.com/jolicode/automapper), except... less impressive! Jane's Automapper is awesome and handles a lot of heavy lifting. With MicroMapper, *you* do the heavy lifting. Let's review with a table!