aggiustato README con unpkg
This commit is contained in:
parent
9dd5a4f8ba
commit
e1d8c5155d
18
README.md
18
README.md
@ -24,6 +24,15 @@ add at the end of the `<body>`
|
|||||||
</body>
|
</body>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```
|
||||||
|
<body>
|
||||||
|
...
|
||||||
|
<script src="https://unpkg.com/mailgo@latest/dist/mailgo.min.js"></script>
|
||||||
|
</body>
|
||||||
|
```
|
||||||
|
|
||||||
or download the script <a download href="https://cdn.jsdelivr.net/npm/mailgo@latest/dist/mailgo.min.js">here</a> and
|
or download the script <a download href="https://cdn.jsdelivr.net/npm/mailgo@latest/dist/mailgo.min.js">here</a> and
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -33,6 +42,15 @@ or download the script <a download href="https://cdn.jsdelivr.net/npm/mailgo@lat
|
|||||||
</body>
|
</body>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
you can also import mailgo in `<head>` using `defer`
|
||||||
|
|
||||||
|
```
|
||||||
|
<head>
|
||||||
|
...
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/mailgo@latest/dist/mailgo.min.js" defer></script>
|
||||||
|
</head>
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## usage
|
## usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user