diff --git a/README.md b/README.md index f059a79..65afdc7 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ If the rerun should affect the whole app or just the fragment. debounce: int = 0 ``` -Delay executing the callback from the react component by `x` milliseconds to avoid too many / redudant requests, i.e. during fast typing. `NOTE:` this is only applied if `edit_after_submit='disabled'`. +Delay executing the callback from the react component by `x` milliseconds to avoid too many / redudant requests, i.e. during fast typing. ```python min_execution_time: int = 0