Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh authored Jun 22, 2021
1 parent d030163 commit bd20cf1
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 @@ -76,7 +76,7 @@ describe('my-cool-controller tests', () => {
});
```

Each one of `on` methods (`select`, `insert`,`update`, `delete`) are accepting a query matcher.
Each one of `on` methods (`select`, `insert`,`update`, `delete`, `any`) are accepting a query matcher.
<br>There are 3 kind of matchers:

1. `String` - will match part of the given `sql` using `String.includes`
Expand Down

0 comments on commit bd20cf1

Please sign in to comment.