diff --git a/README.md b/README.md
index 32018b8..1666af5 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Let's assume that your browser does not support the function "String.prototype.a
Add this script on the top of your page:
```html
-
+
```
done!
diff --git a/mod.js b/mod.js
index 957bbb3..dcf1e37 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.5/polyfills/Element/combo.js':{
+ 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.7/polyfills/Element/combo.js':{
'matches':[Element.prototype],
'closest':[Element.prototype],
'prepend':[Element.prototype],
@@ -144,7 +144,7 @@ function createUrls(obj, realObj, rootUrl){
}
}
-createUrls(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.5/polyfills/');
+createUrls(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.7/polyfills/');
var url, props, prop, obj, objects, i;