diff options
author | Sam Potts <sam@selz.com> | 2016-05-25 19:13:13 +0100 |
---|---|---|
committer | Sam Potts <sam@selz.com> | 2016-05-25 19:13:13 +0100 |
commit | 1bd6ffc84d85c459478be0eeaa22ec21f07e03e5 (patch) | |
tree | 678f485f9af34f9ca29f6d23953dd6be7ae17f19 | |
parent | 845ed000fc846b044961ca123ba6c06539b59052 (diff) | |
parent | 341fd59cf68e3f7f58f4aac2e08b809d429cc091 (diff) | |
download | plyr-1bd6ffc84d85c459478be0eeaa22ec21f07e03e5.tar.lz plyr-1bd6ffc84d85c459478be0eeaa22ec21f07e03e5.tar.xz plyr-1bd6ffc84d85c459478be0eeaa22ec21f07e03e5.zip |
Merge pull request #237 from itaditya/master
Update readme.md
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,6 +21,7 @@ We wanted a lightweight, accessible and customizable media player that supports - **[Fullscreen](#fullscreen)** - supports native fullscreen with fallback to "full window" modes - **i18n support** - support for internationalization of controls - **No dependencies** - written in "vanilla" JavaScript, no jQuery required +- **SASS and LESS provided** - If you like _these_ over plain CSS Oh and yes, it works with Bootstrap. @@ -52,7 +53,7 @@ npm install plyr ### Bower -If bower is your thang, you can grab Plyr using: +If bower is your thing, you can grab Plyr using: ``` bower install plyr ``` |