aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-02-22 10:17:39 +1100
committerSam Potts <me@sampotts.me>2015-02-22 10:17:39 +1100
commit49038e3ca9018c0957fd8f4b531b0a73f1ba4cde (patch)
tree7c4719db2bf88383d62218462caf45d8b96074e6 /readme.md
parent5f96172dbd83b709b4ec17c7f570c3c5c108027f (diff)
downloadplyr-49038e3ca9018c0957fd8f4b531b0a73f1ba4cde.tar.lz
plyr-49038e3ca9018c0957fd8f4b531b0a73f1ba4cde.tar.xz
plyr-49038e3ca9018c0957fd8f4b531b0a73f1ba4cde.zip
Progress for buffer, Safari 8 fix, validating 'html' option
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 92b953fb..c7bfd4fd 100644
--- a/readme.md
+++ b/readme.md
@@ -8,7 +8,7 @@ We wanted a lightweight, accessible and customisable media player that just supp
## Features
- **Accessible** - full support for captions and screen readers.
-- **Lightweight** - just 4KB minified and gzipped.
+- **Lightweight** - just 4.8KB minified and gzipped.
- **Customisable** - make the player look how you want with the markup you want.
- **Semantic** - uses HTML5 form inputs for volume (range) and progress element for playback progress.
- **No dependencies** - written in native JS.
@@ -20,6 +20,9 @@ We wanted a lightweight, accessible and customisable media player that just supp
- Accept a string selector, a node, or a nodelist for the `container` property of `selectors`.
- Accept a selector for the `html` template property.
+## Changelog
+Check out [the changelog](changelog.md)
+
## Implementation
### Bower