aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Endler <matthias-endler@gmx.net>2017-04-05 20:17:24 +0200
committerGitHub <noreply@github.com>2017-04-05 20:17:24 +0200
commit9c3a9216e81f8e24e2e88e7f679fe7a92c766022 (patch)
treee914b4fbfba5bf672efbabca272fca18f45dfb53 /README.md
parent7299d59b52561a2556b9643a210aaa15cf060eed (diff)
downloadmilf-rs-9c3a9216e81f8e24e2e88e7f679fe7a92c766022.tar.gz
milf-rs-9c3a9216e81f8e24e2e88e7f679fe7a92c766022.zip
Add a beautiful badge for docs.rs
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index dfd11ac..cde8f60 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@
[![Build Status](https://travis-ci.org/alexcrichton/toml-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/toml-rs)
[![Coverage Status](https://coveralls.io/repos/alexcrichton/toml-rs/badge.svg?branch=master&service=github)](https://coveralls.io/github/alexcrichton/toml-rs?branch=master)
[![Latest Version](https://img.shields.io/crates/v/toml.svg)](https://crates.io/crates/toml)
-
-[Documentation](https://docs.rs/toml)
+[![Documentation](https://docs.rs/toml/badge.svg)](https://docs.rs/toml)
A [TOML][toml] decoder and encoder for Rust. This library is currently compliant
with the v0.4.0 version of TOML. This library will also likely continue to stay