From 009c6327dcc8c4e54234d7fe7eb715fd6698d7d5 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Tue, 14 May 2019 10:03:33 +0200 Subject: [PATCH] added codetriage badge in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4faa3a..0e8f7e1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ docs: npm +[![Open Source Helpers](https://www.codetriage.com/manzinello/mailgo/badges/users.svg)](https://www.codetriage.com/manzinello/mailgo) + ## what? mailgo will substitute all the `mailto:` links with the **mailgo modal** @@ -35,14 +37,12 @@ you can also import mailgo in `` using `defer` ``` -(note: the GitHub `/dist` is totally unstable, use `unpkg` or `npm` to test **mailgo**, thanks!) +(note: the GitHub `/dist` folder is totally unstable, use `unpkg` to test **mailgo**, thanks!) --- ## usage -### default - **by default all the `mailto:` links will be enabled with mailgo automatically** and will appear also cc, bcc, subject and body parameter, if provided (to exclude a single mailto link add to the `` element the class `no-mailgo`)