From b6a3a505ce58bd8f178e71eda214990b236761b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Wed, 11 Oct 2017 00:57:31 +0200 Subject: [PATCH] Add more badges to README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3274274..dc6fcfd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Rust FAT ======== [![Travis Build Status](https://travis-ci.org/rafalh/rust-fat.svg?branch=master)](https://travis-ci.org/rafalh/rust-fat) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt) +[![crates.io](http://meritbadge.herokuapp.com/fatfs)](https://crates.io/crates/fatfs) +[![Documentation](https://docs.rs/fatfs/badge.svg)](https://docs.rs/fatfs) Introduction ------------