diff options
author | Sam Potts <sam@potts.es> | 2019-10-23 13:01:56 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-23 13:01:56 +1100 |
commit | 74e3990604698b1f2af3ed51e65b0ca820c1d624 (patch) | |
tree | c6fcaf2208fccb60c0e212115dbbe53563d758fa | |
parent | aa51719a5534eced78e9f0f9f90bc5926673e0b5 (diff) | |
parent | e6e391ad6a551a4c055126764aaaad3275d0e3d8 (diff) | |
download | plyr-74e3990604698b1f2af3ed51e65b0ca820c1d624.tar.lz plyr-74e3990604698b1f2af3ed51e65b0ca820c1d624.tar.xz plyr-74e3990604698b1f2af3ed51e65b0ca820c1d624.zip |
Merge pull request #1590 from ayunami2000/patch-1
typo
-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 |