diff --git a/README.md b/README.md
index 242a38c..db73a82 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Let's assume that your browser does not support the function "Element.prototype.
Add this script on the top of your page:
```html
-
+
```
done!
diff --git a/mod.js b/mod.js
index 6e12ce8..d916ea0 100644
--- a/mod.js
+++ b/mod.js
@@ -36,7 +36,7 @@ var urls = {
'unpkg.com/@ungap/custom-elements@0.1.15/es.js':{
'customElements':[window],
},
- 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.1/polyfills/Element/combo.js':{
+ 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.5/polyfills/Element/combo.js':{
'matches':[Element.prototype],
'closest':[Element.prototype],
'prepend':[Element.prototype],
@@ -144,7 +144,7 @@ function createUrls(obj, realObj, rootUrl){
}
}
console.log(urls)
-createUrls(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.1/polyfills/');
+createUrls(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.5/polyfills/');
var url, props, prop, obj, objects, i;