From 313d49c47af9c909a66c936cf01f35d9d0bbbbed Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 10 Jan 2019 13:55:50 -0800 Subject: [PATCH] update AppVeyor badge to use master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aca3f3..d7460af 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # reqwest [![Travis CI Status](https://travis-ci.org/seanmonstar/reqwest.svg?branch=master)](https://travis-ci.org/seanmonstar/reqwest) -[![Appveyor CI Status](https://ci.appveyor.com/api/projects/status/9ol6jcamwdcxq9gr?svg=true)](https://ci.appveyor.com/project/seanmonstar/reqwest) +[![Appveyor CI Status](https://ci.appveyor.com/api/projects/status/9ol6jcamwdcxq9gr/branch/master?svg=true)](https://ci.appveyor.com/project/seanmonstar/reqwest) [![crates.io](https://img.shields.io/crates/v/reqwest.svg)](https://crates.io/crates/reqwest) An ergonomic HTTP Client for Rust.