diff --git a/README.md b/README.md
index 2e1c5fd..45fd64c 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 fa3a3fa..f461f50 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.0/polyfills/Element/combo.js', {
+addCombo('cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.1/polyfills/Element/combo.js', {
matches:1,
closest:1,
prepend:1,
@@ -147,11 +147,10 @@ function addFsStruct(obj, realObj, rootUrl){
}
}
}
-addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.0/polyfills/');
+addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.1/polyfills/');
var url;
-console.log(urls)
for (url in urls) addGetters(url, urls[url]);
console.log('lazyfill: getters added');