0.2.9 in README to avoid confusion
This commit is contained in:
parent
91ddb3b4c6
commit
9f1e573278
@ -9,7 +9,7 @@ See the <a href="https://www.npmjs.com/package/mailgo">docs</a> on npm for a mor
|
|||||||
|
|
||||||
mailgo will substitute all the `mailto:` links with the **mailgo modal**
|
mailgo will substitute all the `mailto:` links with the **mailgo modal**
|
||||||
|
|
||||||
[](https://unpkg.com/mailgo@0.3.0/dist/mailgo.min.js)
|
[](https://unpkg.com/mailgo@0.2.9/dist/mailgo.min.js)
|
||||||
|
|
||||||
<img src="assets/img/screen-1.png" alt="mailgo modal" width="250"/>
|
<img src="assets/img/screen-1.png" alt="mailgo modal" width="250"/>
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ add at the end of the `<body>`
|
|||||||
```
|
```
|
||||||
<body>
|
<body>
|
||||||
...
|
...
|
||||||
<script src="https://unpkg.com/mailgo@0.3.0/dist/mailgo.min.js"></script>
|
<script src="https://unpkg.com/mailgo@0.2.9/dist/mailgo.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ you can also import mailgo in `<head>` using `defer`
|
|||||||
```
|
```
|
||||||
<head>
|
<head>
|
||||||
...
|
...
|
||||||
<script src="https://unpkg.com/mailgo@0.3.0/dist/mailgo.min.js" defer></script>
|
<script src="https://unpkg.com/mailgo@0.2.9/dist/mailgo.min.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user