Skip to content

Commit 4e00cc9

Browse files
committed
Replace RawGit with jsDelivr
1 parent 56d633a commit 4e00cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Utils for progrid
77
inject
88
```js
99
var ballscript = document.createElement('script');
10-
ballscript.src = "https://rawgit.com/austinpray/pro-grid-utils/master/ball_mod.js";
10+
ballscript.src = "https://cdn.jsdelivr.net/gh/austinpray/pro-grid-utils/ball_mod.js";
1111
document.getElementsByTagName('head')[0].appendChild(ballscript);
1212
```
1313

0 commit comments

Comments
 (0)