Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pennions authored Oct 5, 2023
1 parent ea21d40 commit 0be741b
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 @@ -169,7 +169,7 @@ Can be ```"and"``` / ```"or"```
propertyName: string,
value: any,
operator: FilterOperator,
type?: FilterType /** optional, defaults to "and" **/
type?: FilterType, /** optional, defaults to "and" **/
ignoreCase?: boolean /** optional, defaults to "false" **/
}
```
Expand Down Expand Up @@ -271,4 +271,4 @@ const sum = queryableObject.sum("age", result[0]);
> If you are using this for paid products and services please consider:
> - Becoming a supporter on [Patreon.com](https://patreon.com/pennions)
> - Doing a one time donation on [Ko-Fi](https://ko-fi.com/pennions).
> - If you want to donate but are not able to do so on these platforms, please contact us at www.pennions.com so we can provide an iDeal link.
> - If you want to donate but are not able to do so on these platforms, please contact us at www.pennions.com so we can provide an iDeal link.

0 comments on commit 0be741b

Please sign in to comment.