From 90996e7b1b3755007229571e6d9755502c6b01fc Mon Sep 17 00:00:00 2001 From: Andrea Marco Sartori Date: Wed, 7 Feb 2024 17:09:58 +1000 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d46880..898d9ef 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,8 @@ We can tackle this kind of pagination by indicating the key or the header holdin ```php LazyJsonPages::from($source)->cursor('pagination.cursor'); + +LazyJsonPages::from($source)->cursor('X-Cursor'); ``` The cursor may be a number, a string or a URI: Lazy JSON Pages supports them all.