diff options
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -277,10 +277,10 @@ Options must be passed as an object to the `setup()` method as above. <td>See <code>plyr.js</code> in <code>/src</code> for more info. You probably don't need to change any of these.</td> </tr> <tr> - <td><code>handlers</code></td> + <td><code>listeners</code></td> <td>Object</td> <td>—</td> - <td>Allows early binding of handlers to Plyr's controls. See <code>controls</code> above for list of controls and see <code>plyr.js</code> in <code>/src</code> for more info.</td> + <td>Allows early binding of event listeners to the controls. See <code>controls</code> above for list of controls and see <code>plyr.js</code> in <code>/src</code> for more info.</td> </tr> <tr> <td><code>classes</code></td> |