Skip to content

Commit

Permalink
docs: Jane's automapper has been deprecated in favor of Jolicode's Au…
Browse files Browse the repository at this point in the history
…tomapper (#22)
  • Loading branch information
dunglas authored Nov 28, 2024
1 parent 8a5f532 commit cdc24e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit cdc24e3

Please sign in to comment.