Skip to content

Commit c3ba192

Browse files
authored
Update README.md
1 parent 8d89b65 commit c3ba192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ var hasNext = await keysetContext.HasNextAsync(users);
208208
`HasPreviousAsync`/`HasNextAsync` are useful when you want to know when to render Previous/Next (Older/Newer) buttons.
209209

210210
> **Note**
211-
> 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).
211+
> 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).
212212
213213
Here's another example showing how to obtain the total count for the data to display somewhere:
214214

0 commit comments

Comments
 (0)