aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-03-03 17:26:48 +1100
committerSam Potts <me@sampotts.me>2015-03-03 17:26:48 +1100
commit6520a466f361c28ad49aa4635a40adf769c0bdbb (patch)
treebc53cd5f657c7257a694bb61c4fc4d1612bfd920
parent698d7289af4340eb02f0e4e0efb1c5cd81433e14 (diff)
downloadplyr-6520a466f361c28ad49aa4635a40adf769c0bdbb.tar.lz
plyr-6520a466f361c28ad49aa4635a40adf769c0bdbb.tar.xz
plyr-6520a466f361c28ad49aa4635a40adf769c0bdbb.zip
Typo fix
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 13ef97f3..34ab3d41 100644
--- a/readme.md
+++ b/readme.md
@@ -12,7 +12,7 @@ We wanted a lightweight, accessible and customisable media player that just supp
- **Accessible** - full support for captions and screen readers.
- **Lightweight** - just 4.8KB minified and gzipped.
- **Customisable** - make the player look how you want with the markup you want.
-- **Semantic** - uses the *right* elements. `<input type="range">` for volume and `<progress>` for progress and well `<button>`s for buttons - no `<span>` or `<a href="#">` button hacks here.
+- **Semantic** - 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** - as you'd expect these days.
- **Audio & Video** - support for both formats.
- **API** - toggle playback, volume, seeking, and more.