diff --git a/README.md b/README.md index 8e4cdab..e18d551 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ http://api.jquery.com/one/ $('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething); ``` -**Note:** `jQuery#one` is used when you want to execute the event handler at most *once*. More information [here](http://api.jquery.com/one/). +**Note:** `jQuery.one()` is used when you want to execute the event handler at most *once*. More information [here](http://api.jquery.com/one/). You can change the duration of your animations, add a delay or change the number of times that it plays: