From 4081c99b1f4fbb690f536aec816e34b0d49184ea Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Sat, 12 Oct 2019 21:42:47 -0400 Subject: [PATCH] Different order --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7971ec8..ec907ad 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # go-mail **go-mail** is a lightweight email package with multi-provider support (ses, mandrill, postmark) -![License](https://img.shields.io/github/license/mrz1836/go-mail.svg?style=flat&v=1) +[![Build Status](https://travis-ci.com/mrz1836/go-mail.svg?branch=master)](https://travis-ci.com/mrz1836/go-mail) [![Report](https://goreportcard.com/badge/github.com/mrz1836/go-mail?style=flat&v=1)](https://goreportcard.com/report/github.com/mrz1836/go-mail) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/52bfcc447ee24c29a2a3fb65c53a4de3)](https://www.codacy.com/app/mrz1818/go-mail?utm_source=github.com&utm_medium=referral&utm_content=mrz1836/go-mail&utm_campaign=Badge_Grade) -[![Build Status](https://travis-ci.com/mrz1836/go-mail.svg?branch=master)](https://travis-ci.com/mrz1836/go-mail) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat)](https://github.com/RichardLitt/standard-readme) [![Release](https://img.shields.io/github/release-pre/mrz1836/go-mail.svg?style=flat&v=1)](https://github.com/mrz1836/go-mail/releases) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat)](https://github.com/RichardLitt/standard-readme) [![GoDoc](https://godoc.org/github.com/mrz1836/go-mail?status.svg&style=flat)](https://godoc.org/github.com/mrz1836/go-mail) ## Table of Contents