From 5ddfafab56b394114ed53495f25b291b89b493e1 Mon Sep 17 00:00:00 2001 From: Silvestre Herrera Date: Mon, 26 Oct 2020 15:18:29 -0300 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00c42c0..74d085f 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ The instance, `os`, has the following options: `options.tolerance` is the number of pixels an element is allowed to enter its container boundaries before calling its callback. Defaults to `0`. -`options.debounce` is the number of milliseconds to wait before calling an element's callback after the user has stopped scrolling. Defaults to `100`. +`options.debounce` is the number of milliseconds to wait before calling an element's callback after the user has stopped scrolling. You can set this to `false` to disable debouncing. Defaults to `100`. `options.container` is the container of the elements you want to track. It accepts a string representing a CSS selector or an `HTMLElement` object. Defaults to `window`.