aggiustato README con unpkg

This commit is contained in:
Matteo Manzinello 2019-05-07 21:52:21 +02:00
parent 9dd5a4f8ba
commit e1d8c5155d

View File

@ -24,6 +24,15 @@ add at the end of the `<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
```
@ -33,6 +42,15 @@ or download the script <a download href="https://cdn.jsdelivr.net/npm/mailgo@lat
</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