diff --git a/README.md b/README.md index a49d3dd..011f485 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ const cdr = 700; _Bad 👎🏻_ ```javascript -// Callback function debounce rate in milliseconds. +// The number of 700ms has been calculated empirically based on UX A/B test results. +// @see: const callbackDebounceRate = 700; ```