Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-samir907 committed Oct 2, 2021
1 parent 418693b commit f2f69a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $delete->prepare([1, 2, 3, 4]);
$delete->execute();
```

As shown above you can the default of delete statment is delete by the column `id` but if you want to perform the delete query with different column you can use the method `useKey` and pass to it the column name as following:
As shown above the default of delete statment is delete by the column `id` but if you want to perform the delete query with different column you can use the method `useKey` and pass to it the column name as following:

```php
use Mosamirzz\BulkQuery\Delete;
Expand Down

0 comments on commit f2f69a3

Please sign in to comment.