From b5b70b550a7b20f8f56cee05635ff96539a1899d Mon Sep 17 00:00:00 2001 From: ppetzold Date: Tue, 21 Mar 2023 12:22:47 +0100 Subject: [PATCH] fix: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b7e590..80edfe9 100644 --- a/README.md +++ b/README.md @@ -387,7 +387,7 @@ const config: PaginateConfig = { // Enable individual operators on a column id: [FilterOperator.EQ, FilterSuffix.NOT], - // Enable all operators on a single column + // Enable all operators on a column age: true, }, }