aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErick Tryzelaar <erick.tryzelaar@gmail.com>2015-08-12 22:15:58 -0700
committerErick Tryzelaar <erick.tryzelaar@gmail.com>2015-08-12 22:15:58 -0700
commit4e0172a9a510bdd4468dc22c562d79c3c5449daa (patch)
tree79ad2f9d42851e047c67b4495216b0f103f2902c /README.md
parentfac884d032526a25eb26db54047c62a21945aaf4 (diff)
parentb70f6e53b20c8f90f525219b1db7e99f6ef417dc (diff)
downloadmilf-rs-4e0172a9a510bdd4468dc22c562d79c3c5449daa.tar.gz
milf-rs-4e0172a9a510bdd4468dc22c562d79c3c5449daa.zip
Merge remote-tracking branch 'remotes/origin/master' into serde
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 259846e..6933498 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
# toml-rs
[![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)
-[Documentation](http://alexcrichton.com/toml-rs/toml/index.html)
+[Documentation](http://alexcrichton.com/toml-rs)
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 up to