diff --git a/README.md b/README.md
index 6058aa8..4f7d0c8 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 791b86c..1587b45 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.3.2/polyfills/html/';
+//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/polyfills/html/';
var polyfills = {
dialog: {
diff --git a/mod.js b/mod.js
index 078c823..429e084 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.3.2/polyfills/Element/combo.js', {
+addCombo('cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/polyfills/Element/combo.js', {
matches:1,
closest:1,
prepend:1,
@@ -158,7 +158,7 @@ function addFsStruct(obj, realObj, rootUrl){
}
}
}
-addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.2/polyfills/');
+addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/polyfills/');
var url;