summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2019-12-24 21:03:35 +0000
committerNadrieril2019-12-24 21:03:35 +0000
commitf67d30cf563b835c067107cf88769414f170416c (patch)
tree928c85279fb94bfb01e741d65635005800459d08 /README.md
parent80ed67f6a2c62c6300bce2fb75113563a4c4d1ab (diff)
Add missing serde link to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29c9237..d98d1c5 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Add this to your `Cargo.toml`:
serde_dhall = "0.2.0"
```
-Reading Dhall files is easy and leverages the wonderful [`serde`]() library.
+Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.
```rust
use std::collections::BTreeMap;