From 2e3f82b98ad93841b2407d4a0aef534e2bf5ca34 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 20 Mar 2016 02:10:25 +0100 Subject: [PATCH] Add an AppVeyor status --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d3888fd..101cb79 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ -lettre [![Build Status](https://travis-ci.org/lettre/lettre.svg?branch=master)](https://travis-ci.org/lettre/lettre) [![Coverage Status](https://coveralls.io/repos/lettre/lettre/badge.svg?branch=master&service=github)](https://coveralls.io/github/lettre/lettre?branch=master) [![Crate](https://meritbadge.herokuapp.com/lettre)](https://crates.io/crates/lettre) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) -========= +# lettre +[![Build Status](https://travis-ci.org/lettre/lettre.svg?branch=master)](https://travis-ci.org/lettre/lettre) +[![Build status](https://ci.appveyor.com/api/projects/status/mpwglemugjtkps2d/branch/master?svg=true)](https://ci.appveyor.com/project/amousset/lettre/branch/master) +[![Coverage Status](https://coveralls.io/repos/lettre/lettre/badge.svg?branch=master&service=github)](https://coveralls.io/github/lettre/lettre?branch=master) +[![Crate](https://meritbadge.herokuapp.com/lettre)](https://crates.io/crates/lettre) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) This is an email library written in Rust. See the [documentation](http://lettre.github.io/lettre) for more information. -Install -------- +## Install To use this library, add the following to your `Cargo.toml`: @@ -14,13 +17,11 @@ To use this library, add the following to your `Cargo.toml`: lettre = "0.5" ``` -Testing -------- +## Testing The tests require a mail server listening locally on port 25. -License -------- +## License This program is distributed under the terms of the MIT license.