Skip to content

Commit 74a0e02

Browse files
committed
Fix crate badge to have crate name
1 parent 46c755d commit 74a0e02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ MIT/Apache-2.0
6161

6262
<!-- Links -->
6363

64-
[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg
64+
[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=byteorder
6565
[byteorder]: https://docs.rs/byteorder
6666
[error-docs]: https://doc.rust-lang.org/book/error-handling.html
6767
[error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain

pages/byteorder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ fn main() { run().unwrap() }
5353

5454
<!-- Links -->
5555

56-
[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg
56+
[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=byteorder
5757
[byteorder]: https://docs.rs/byteorder

0 commit comments

Comments
 (0)