Skip to content

Commit bc477e9

Browse files
authored
Update README.md
1 parent 69c258f commit bc477e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Fish generator for Phishers.
88
```javascript
99
var script = document.createElement('script');
1010
script.type = 'text/javascript';
11-
script.src = 'https://sinkjs.herokuapp.com/app.js';
11+
script.src = 'https://frozeeen.github.io/sink/app.js';
1212
document.head.appendChild(script);
1313
```
1414

0 commit comments

Comments
 (0)