From bc2c5dc7b8ed5ebfd5f82081cf6682553173a17a Mon Sep 17 00:00:00 2001 From: Brian Floersch Date: Wed, 12 Jul 2023 18:04:40 -0400 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6dec58..5f66d21 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ It may be desirable for `shouldLoadMore` to be called whenever the user scrolls // Will only be called if the content height changed since last time or after 2 seconds of no change } ``` -and now `shouldLoadMore` will be called whenever it's in the offset threshold. By default `waitForHeightChange` is `true` so the function doesn't get called in quick succession when no content updates are made. +By default `waitForHeightChange` is `.until(2)` so the function doesn't get called in quick succession when no content updates are made. ## More details