diff --git a/README.md b/README.md index d1018ee..0fe7f57 100644 --- a/README.md +++ b/README.md @@ -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" **/ } ``` @@ -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. \ No newline at end of file +> - 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.