aggiornato README e package per new version
This commit is contained in:
parent
9ad21f7a4c
commit
8834580ce6
@ -7,7 +7,7 @@
|
||||
|
||||
mailgo will substitute all the `mailto:` links with the **mailgo modal**, in less than 7KB
|
||||
|
||||
[](https://cdn.jsdelivr.net/npm/mailgo@0.2.3/dist/mailgo.min.js)
|
||||
[](https://cdn.jsdelivr.net/npm/mailgo@0.2.5/dist/mailgo.min.js)
|
||||
|
||||
<img src="assets/img/screen-1.png" alt="mailgo modal" width="200"/>
|
||||
|
||||
@ -20,7 +20,7 @@ add at the end of the `<body>`
|
||||
```
|
||||
<body>
|
||||
...
|
||||
<script src="https://unpkg.com/mailgo@0.2.3/dist/mailgo.min.js"></script>
|
||||
<script src="https://unpkg.com/mailgo@0.2.5/dist/mailgo.min.js"></script>
|
||||
</body>
|
||||
```
|
||||
|
||||
@ -29,7 +29,7 @@ you can also import mailgo in `<head>` using `defer`
|
||||
```
|
||||
<head>
|
||||
...
|
||||
<script src="https://unpkg.com/mailgo@0.2.3/dist/mailgo.min.js" defer></script>
|
||||
<script src="https://unpkg.com/mailgo@0.2./dist/mailgo.min.js" defer></script>
|
||||
</head>
|
||||
```
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mailgo",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "a different mailto",
|
||||
"scripts": {
|
||||
"build": "gulp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user