diff --git a/readme.md b/readme.md index 3afe1fe9..0702570b 100644 --- a/readme.md +++ b/readme.md @@ -412,7 +412,7 @@ Here is an example showing how to populate 5 `Author` and 10 `Book` objects: ```php addEntity('Author', 5); $populator->addEntity('Book', 10); $insertedPKs = $populator->execute();