1
0
mirror of synced 2025-11-06 04:21:11 +08:00

Fixed url string

This commit is contained in:
Rohit Kushvaha
2024-08-21 11:03:45 +05:30
committed by RedHoodSu
parent a402cc5fd5
commit 6cd4259c49

View File

@@ -71,7 +71,7 @@ Add this script to your page.
It's also available on [jsDelivr](http://www.jsdelivr.com/projects/eruda) and [cdnjs](https://cdnjs.com/libraries/eruda).
```html
<script src="//cdn.jsdelivr.net/npm/eruda"></script>
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
<script>eruda.init();</script>
```