From 0c45c6da635a5f0e63e0a576fa4de79523b89c65 Mon Sep 17 00:00:00 2001 From: ppetzold Date: Fri, 17 Mar 2023 23:33:19 +0100 Subject: [PATCH] fix: null sort related README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 509574f..514b43f 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,8 @@ const paginateConfig: PaginateConfig { /** * Required: false * Type: 'first' | 'last' - * Description: (ONLY WORKS WITH POSTGRES) Define whether to put null values - * at the beginning or end of the result set. + * Description: Define whether to put null values at the beginning + * or end of the result set. */ nullSort: 'last',