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!