fix polyfill.io link

This commit is contained in:
Leo Horie 2015-02-18 22:09:43 -05:00
parent a795c1ba1d
commit 46e5a24d82

View file

@ -68,7 +68,7 @@ The easiest way to polyfill these features is to include this script:
This will provide all the polyfills required for the browser. You can alternatively include only specific polyfills:
```markup
<script src="https://polyfill.io/readable/gimme(array.prototype.indexof,object.keys,function.prototype.bind,array.prototype.foreach,JSON)"></script>
<script src="http://cdn.polyfill.io/v1/polyfill.min.js?features=Array.prototype.indexOf,Object.keys,Function.prototype.bind,Array.prototype.forEach,JSON"></script>
```
You can also use other polyfills to support these features in IE7.