From 6ae953e1e3d3e464b00b794390daef05cdcdfd1c Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Fri, 1 Sep 2023 20:03:19 +0100 Subject: [PATCH] docs(readme): fix link to rust docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b5f035..54613a6 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ corn file.corn -t yaml Corn can be used as a Rust library to deserialize config files directly without needing to convert to other file formats. -[crate](https://crates.io/crates/libcorn) | [docs](https://docs.rs/libcorn/latest/libcorn) +[crate](https://crates.io/crates/libcorn) | [docs](https://docs.rs/libcorn) The recommended way to do this is using `serde` into a struct: