Skip to content

Commit

Permalink
docs(readme): fix link to rust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Sep 1, 2023
1 parent 169e019 commit 6ae953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6ae953e

Please sign in to comment.