aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-13 18:21:50 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-13 18:21:50 -0800
commit7316b53d56cdeec7523b0d505c424f1191be096e (patch)
treed252ec5dc9af4d1a3bf4fc2d76fb73fc6dbd9b01 /README.md
parenta96209eba2f6e4d3da2f910638c2ae6dab5deb14 (diff)
downloadmilf-rs-7316b53d56cdeec7523b0d505c424f1191be096e.tar.gz
milf-rs-7316b53d56cdeec7523b0d505c424f1191be096e.zip
Linkify TOML in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b704e6..259846e 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,12 @@
[Documentation](http://alexcrichton.com/toml-rs/toml/index.html)
-A TOML decoder and encoder for Rust. This library is currently compliant with
+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
date with the TOML specification as changes happen.
+[toml]: https://github.com/toml-lang/toml
+
```toml
# Cargo.toml
[dependencies]