diff --git a/README.md b/README.md index 7519fb1..394d013 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # reqwest_mock +[![crates.io](http://meritbadge.herokuapp.com/reqwest_mock)](https://crates.io/crates/reqwest_mock) +[![Docs](https://docs.rs/reqwest_mock/badge.svg)](https://docs.rs/reqwest_mock/) + Provides a mockable [reqwest][]-like HTTP client. Write your code generic over the [Client](trait.Client.html) trait,