From 84f64ce4f5ea696c9dc19432a5cba9f3968d570b Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Mon, 6 May 2019 19:19:01 +0200 Subject: [PATCH] aggiustato il README --- README.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5c0eadf..3083236 100644 --- a/README.md +++ b/README.md @@ -11,34 +11,42 @@ mailgo will substitute all the `mailto:` links with the **mailgo modal** ## installation +add at the very and of the `` or in the `` of your HTML + ``` ``` -or +or, specifying `[VERSION]` -``` - ``` -or - -``` + ``` -specifying `[VERSION]` +## usage + +now all your `mailto` links will be mailgone! + +you can also add mailgo to links like in this no-spam way: + +`write me!` + +just adding **mailgo** as class and your email address splitted in **data-address** and **data-domain** ### exclude a mailto to exclude a mailto link add to the `` element the class `no-mailgo` like in this example: ``` + matteo@manzinello.dev + ``` -## docs - - +--- [![NPM](https://nodei.co/npm/mailgo.png)](https://nodei.co/npm/mailgo/) + +