From 32791b6e77e4175f24fbe83094863b0bf3bad3ed Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Sun, 24 Dec 2017 00:19:03 +0000 Subject: [PATCH] Fixed badge in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9465b2a..b369147 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Rust crate to send and receive slices of bytes over lossy streams of bytes. -[![Crate](https://img.shields.io/crates/v/badge.svg)](https://crates.io/crates/framed) +[![Crate](https://img.shields.io/crates/v/framed.svg)](https://crates.io/crates/framed) [![Documentation](https://docs.rs/framed/badge.svg)](https://docs.rs/framed)