diff --git a/README.md b/README.md
index b898f0f..2126fbb 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/htmlfills.js b/htmlfills.js
index 777be1f..4b63c1c 100644
--- a/htmlfills.js
+++ b/htmlfills.js
@@ -65,7 +65,7 @@ document.addEventListener('DOMContentLoaded', function () {
});
/* /onElement */
-//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.6.0/polyfills/html/';
+//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.7.0/polyfills/html/';
var polyfills = {
dialog: {
diff --git a/mod.js b/mod.js
index 330228a..0e06259 100644
--- a/mod.js
+++ b/mod.js
@@ -43,7 +43,7 @@ addCombo('polyfill.io/v3/polyfill.min.js?features=Intl', {
getCanonicalLocales:1,
}, Intl);
-addCombo('cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.6.0/polyfills/Element/combo.js', {
+addCombo('cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.7.0/polyfills/Element/combo.js', {
matches:1,
closest:1,
prepend:1,
@@ -169,7 +169,7 @@ function addFsStruct(obj, realObj, rootUrl){
}
}
}
-addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.6.0/polyfills/');
+addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.7.0/polyfills/');
var url;