diff --git a/README.md b/README.md index d59694f..8ad636b 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ use Franzose\DoctrineBulkInsert\Query; $connection = new Connection(...); // Execute query and get affected rows back -$rows = (new Query($connection))->execute('foo', [ +$rows = (new Query($connection))->execute('FooTable', [ ['foo' => 111, 'bar' => 222], ['foo' => 333, 'bar' => 444], ]); -``` \ No newline at end of file +```