From 74a0e0269d2a733f1075c91e9f0b06fec3abb50c Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Sat, 25 Feb 2017 02:47:26 -0600 Subject: [PATCH] Fix crate badge to have crate name --- README.md | 2 +- pages/byteorder.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b98b91..1bff480 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ MIT/Apache-2.0 -[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg +[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=byteorder [byteorder]: https://docs.rs/byteorder [error-docs]: https://doc.rust-lang.org/book/error-handling.html [error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain diff --git a/pages/byteorder.md b/pages/byteorder.md index f8cbe66..d9e75fc 100644 --- a/pages/byteorder.md +++ b/pages/byteorder.md @@ -53,5 +53,5 @@ fn main() { run().unwrap() } -[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg +[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=byteorder [byteorder]: https://docs.rs/byteorder