aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2016-04-28 22:55:47 +1000
committerSam Potts <sam@selz.com>2016-04-28 22:55:47 +1000
commit993617f75ffb57f8d2baf1f7cfcb9814f9187a28 (patch)
tree3d28598b1162f6864e33c0de95e12b215adf94df
parente3baa43b227eb8b156d3f9032f395cec989cc2a1 (diff)
downloadplyr-993617f75ffb57f8d2baf1f7cfcb9814f9187a28.tar.lz
plyr-993617f75ffb57f8d2baf1f7cfcb9814f9187a28.tar.xz
plyr-993617f75ffb57f8d2baf1f7cfcb9814f9187a28.zip
Remove badges (broken since GitHub caching changes)
-rw-r--r--readme.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 4f56b62d..f287a3f0 100644
--- a/readme.md
+++ b/readme.md
@@ -43,7 +43,6 @@ Check `docs/index.html` and `docs/dist/docs.js` for an example setup.
**Heads up:** the example `index.html` file needs to be served from a webserver (such as Apache, Nginx, IIS or similar) unless you change the file sources to include http or https. e.g. change `//cdn.plyr.io/1.6.0/plyr.js` to `https://cdn.plyr.io/1.6.0/plyr.js`
### Node Package Manager (NPM)
-[![npm version](https://badge.fury.io/js/plyr.svg)](https://badge.fury.io/js/plyr)
Using NPM, you can grab Plyr:
```
@@ -52,7 +51,6 @@ npm install plyr
[https://www.npmjs.com/package/plyr](https://www.npmjs.com/package/plyr)
### Bower
-[![Bower version](https://badge.fury.io/bo/plyr.svg)](https://badge.fury.io/bo/plyr)
If bower is your thang, you can grab Plyr using:
```