Doc: Bookmark link

This commit is contained in:
surunzi
2018-01-02 19:44:37 +08:00
parent 2e8d2db756
commit 29d6683c17
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ Browse it on your phone: [http://eruda.liriliri.io/](http://eruda.liriliri.io/)
In order to try it for different sites, execute the script below on browser address bar.
```javascript
javascript:(function () { var script = document.createElement('script'); script.src="http://eruda.liriliri.io/eruda.min.js"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
```
## Features