From 916e45c9e3eef44740bef697e3c1e3ec07032a9c Mon Sep 17 00:00:00 2001 From: Romain Porte Date: Fri, 23 Feb 2018 20:42:48 +0100 Subject: [PATCH] Added badges to README (#25) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 94b9a66..3e15415 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Mammut. A API Wrapper for the Mastodon API. +[![crates.io](https://img.shields.io/crates/v/mammut.svg)](https://crates.io/crates/mammut) +[![Docs](https://docs.rs/mammut/badge.svg)](https://docs.rs/mammut) +[![MIT/APACHE-2.0](https://img.shields.io/crates/l/mammut.svg)](https://crates.io/crates/mammut) + ## [Documentation](https://docs.rs/mammut/) A wrapper around the [API](https://github.com/tootsuite/mastodon/blob/master/docs/Using-the-API/API.md#tag) for [Mastodon](https://mastodon.social/)