From 3075e1eda28ef8206f53b1e9bb1c495b6de52315 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 19 Jan 2016 09:22:39 +1100 Subject: [PATCH] Docs --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 7d33e89a..f610d29f 100644 --- a/readme.md +++ b/readme.md @@ -277,10 +277,10 @@ Options must be passed as an object to the `setup()` method as above. See plyr.js in /src for more info. You probably don't need to change any of these. - handlers + listeners Object — - Allows early binding of handlers to Plyr's controls. See controls above for list of controls and see plyr.js in /src for more info. + Allows early binding of event listeners to the controls. See controls above for list of controls and see plyr.js in /src for more info. classes