diff --git a/Cargo.toml b/Cargo.toml index 3625245..776459a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.2.17" edition = "2018" description = "Displays info on currently playing music from an MPD daemon" license = "MIT" +repository = "https://github.com/Stephen-Seo/mpd_info_screen" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 8c2c58f..c76666d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mpd info screen -![mpd info screen crates.io badge](https://img.shields.io/crates/v/mpd_info_screen) +[![mpd info screen crates.io badge](https://img.shields.io/crates/v/mpd_info_screen)](https://crates.io/crates/mpd_info_screen) [Github Repository](https://github.com/Stephen-Seo/mpd_info_screen)