diff options
author | Sam Potts <sam@selz.com> | 2016-08-21 22:46:11 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-21 22:46:11 +1000 |
commit | ab0d762675d3a6de8aee6d4297399e9ab080c46f (patch) | |
tree | 236bc210bb67c511ffeac0fc8a32abf4490abecb | |
parent | a6a314e01171d7701d4035f2a8394a1e7beb2a58 (diff) | |
download | plyr-ab0d762675d3a6de8aee6d4297399e9ab080c46f.tar.lz plyr-ab0d762675d3a6de8aee6d4297399e9ab080c46f.tar.xz plyr-ab0d762675d3a6de8aee6d4297399e9ab080c46f.zip |
Update readme.md
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ ember addon:install ember-cli-plyr More info is on [npm](https://www.npmjs.com/package/ember-cli-plyr) and [GitHub](https://github.com/louisrudner/ember-cli-plyr) ## Quick setup -Here's a quick run through on getting up and running. +Here's a quick run through on getting up and running. There's also a [demo on Codepen](http://codepen.io/sampotts/pen/jARJYp). ### HTML Plyr extends upon the standard HTML5 markup so that's all you need for those types. More info on advanced HTML markup can be found under [initialising](#initialising). |