Skip to content

Commit

Permalink
Make readme a little more understandable
Browse files Browse the repository at this point in the history
  • Loading branch information
tarjei authored Mar 16, 2024
1 parent 1466d9b commit f0dd002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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],
]);
```
```

0 comments on commit f0dd002

Please sign in to comment.