fix spazi README

This commit is contained in:
Matteo Manzinello 2019-05-06 19:21:25 +02:00
parent 482ca88b4e
commit 7abbdb8352

View File

@ -20,9 +20,7 @@ add at the very and of the `<body>`
or, specifying `[VERSION]` or, specifying `[VERSION]`
``` ```
<script src="https://cdn.jsdelivr.net/npm/mailgo@[VERSION]/dist/mailgo.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/mailgo@[VERSION]/dist/mailgo.min.js"></script>
``` ```
## usage ## usage
@ -40,9 +38,7 @@ just adding **mailgo** as class and your email address splitted in **data-addres
to exclude a mailto link add to the `<a>` element the class `no-mailgo` like in this example: to exclude a mailto link add to the `<a>` element the class `no-mailgo` like in this example:
``` ```
<a class="no-mailgo" href="mailto:matteo@manzinello.dev">matteo@manzinello.dev</a> <a class="no-mailgo" href="mailto:matteo@manzinello.dev">matteo@manzinello.dev</a>
``` ```
--- ---