diff --git a/README.md b/README.md index 5ed0678..b858834 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ In your composer.json, simply add `"league/factory-muffin": "^3.0"` to your `"re } ``` -[Faker](https://github.com/fzaninotto/Faker) support is provided by [Factory Muffin Faker](https://github.com/thephpleague/factory-muffin-faker). If you want to enable faker support, then you need to add `"league/factory-muffin-faker": "^1.0"` too: +[Faker](https://github.com/fzaninotto/Faker) support is provided by [Factory Muffin Faker](https://github.com/thephpleague/factory-muffin-faker). If you want to enable faker support, then you need to add `"league/factory-muffin-faker": "^2.0"` too: ```json { "require-dev": { "league/factory-muffin": "^3.0", - "league/factory-muffin-faker": "^1.0" + "league/factory-muffin-faker": "^2.0" } } ```