diff --git a/README.md b/README.md index 95c6225..34cd36f 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,13 @@ Now look at an example of how to use your model: ```php 'Peter']); +// $person::connect($pdo); $person->insert(); $list = new PersonCollection();