doc: update URL and trifles

This commit is contained in:
zhangjufeng
2020-06-05 13:22:22 +08:00
committed by RedHoodSu
parent 11bd38133b
commit 74d1ade3e8
3 changed files with 5 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ npm install eruda --save
Add this script to your page.
```html
<script src="node_modules/eruda/eruda.min.js"></script>
<script src="node_modules/eruda/eruda.js"></script>
<script>eruda.init();</script>
```