From a1e87c7fe6bf7d8f5aa17e5458621321744c0680 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 5 Dec 2019 14:08:02 -0800 Subject: [PATCH] chore(README): update CI badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d759d9f..52266276 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # [hyper](https://hyper.rs) -[![Travis Build Status](https://travis-ci.org/hyperium/hyper.svg?branch=master)](https://travis-ci.org/hyperium/hyper) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![crates.io](https://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper) [![Released API docs](https://docs.rs/hyper/badge.svg)](https://docs.rs/hyper) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) +[![CI](https://github.com/hyperium/hyper/workflows/CI/badge.svg)](https://github.com/hyperium/hyper/actions?query=workflow%3ACI) A **fast** and **correct** HTTP implementation for Rust.