From fb4771830dd281d7e91c317e1ee019d82b388857 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 9 Aug 2017 14:56:08 -0700 Subject: [PATCH] fix travis CI badge for name change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5a895c..cb066c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mime.rs -[![Build Status](https://travis-ci.org/hyperium/mime.rs.svg?branch=master)](https://travis-ci.org/hyperium/mime.rs) +[![Build Status](https://travis-ci.org/hyperium/mime.svg?branch=master)](https://travis-ci.org/hyperium/mime) Support MIME (Media Types) as strong types in Rust.