From f67d30cf563b835c067107cf88769414f170416c Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 24 Dec 2019 21:03:35 +0000 Subject: Add missing serde link to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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; -- cgit v1.2.3