diff --git a/README.md b/README.md index cc2dc40..bd0747f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,11 @@ Usage Monitor the form you're interested in: $('form').watch(); - + +Optionally, you can pass delay option: + + $('form').watch(400); // 400ms delay + Then bind to the watch events: // 'modified' - Fired when data changes. @@ -54,4 +58,4 @@ Binding to individual form elements is a pain, and `form.change()` only fires on Bugs, feedback, or patches? =========================== -Why, just use the [issue tracker](https://github.com/kylefox/jQuery-FormWatch/issues) right here on GitHub! \ No newline at end of file +Why, just use the [issue tracker](https://github.com/kylefox/jQuery-FormWatch/issues) right here on GitHub!