diff --git a/README.md b/README.md
index 4f7d0c8..b898f0f 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 6979131..777be1f 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.5.0/polyfills/html/';
+//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.6.0/polyfills/html/';
var polyfills = {
dialog: {
diff --git a/mod.js b/mod.js
index 3f1d24d..f6b2b30 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.5.0/polyfills/Element/combo.js', {
+addCombo('cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.6.0/polyfills/Element/combo.js', {
matches:1,
closest:1,
prepend:1,
@@ -166,7 +166,7 @@ function addFsStruct(obj, realObj, rootUrl){
}
}
}
-addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/polyfills/');
+addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.6.0/polyfills/');
var url;