diff options
author | ayunami2000 <spwilliamsiam@gmail.com> | 2019-10-14 15:59:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 15:59:01 -0400 |
commit | e6e391ad6a551a4c055126764aaaad3275d0e3d8 (patch) | |
tree | c6fcaf2208fccb60c0e212115dbbe53563d758fa | |
parent | aa51719a5534eced78e9f0f9f90bc5926673e0b5 (diff) | |
download | plyr-e6e391ad6a551a4c055126764aaaad3275d0e3d8.tar.lz plyr-e6e391ad6a551a4c055126764aaaad3275d0e3d8.tar.xz plyr-e6e391ad6a551a4c055126764aaaad3275d0e3d8.zip |
typo
change s to z in "Customisable" (now "Customizable")
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Plyr is a simple, lightweight, accessible and customizable HTML5, YouTube and Vi - 📼 **HTML Video & Audio, YouTube & Vimeo** - support for the major formats - 💪 **Accessible** - full support for VTT captions and screen readers -- 🔧 **[Customisable](#html)** - make the player look how you want with the markup you want +- 🔧 **[Customizable](#html)** - make the player look how you want with the markup you want - 😎 **Clean HTML** - uses the _right_ elements. `<input type="range">` for volume and `<progress>` for progress and well, `<button>`s for buttons. There's no `<span>` or `<a href="#">` button hacks - 📱 **Responsive** - works with any screen size |