From c3ba192c42470fcfddda4e9e0acd1b8152b3a495 Mon Sep 17 00:00:00 2001 From: Mohammad Rahhal Date: Sun, 6 Aug 2023 13:15:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42c7e7b..0ddc387 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ var hasNext = await keysetContext.HasNextAsync(users); `HasPreviousAsync`/`HasNextAsync` are useful when you want to know when to render Previous/Next (Older/Newer) buttons. > **Note** -> The reference/data these methods accept are loosely typed to allow flexibility when projecting your models (to DTOs for example). For more info check [this document](./docs/loose-typing.md). +> The reference/data these methods accept are loosely typed to allow flexibility when projecting your models (to DTOs for example). For more info check [this document](docs/loose-typing.md). Here's another example showing how to obtain the total count for the data to display somewhere: