diff --git a/README.md b/README.md
index 4b62d9e..271f2e7 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Initial **3Kb** to polyfill a lot of Stuff!
Add this script on the top of your page:
```html
-
+
```
**done!**
diff --git a/mod.js b/mod.js
index 637b2e7..3c35a3e 100644
--- a/mod.js
+++ b/mod.js
@@ -1,7 +1,7 @@
!function(window, document){ 'use strict';
// other libaries should check properties like so: if (prop in obj) { ... }; so the getter will not fire
-var root = 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.7.12/';
+var root = 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.7.13/';
var ending = '.min.js';
//var root = 'localhost/github/lazyfill/'; var ending = '.js';