From cf32870f8a380c305a436593950c3da524a2296f Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Fri, 5 May 2023 22:29:26 +0100 Subject: [PATCH] docs(compiling): add ron feature flag --- docs/Compiling.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Compiling.md b/docs/Compiling.md index b1f594a..10a79a7 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -62,7 +62,8 @@ cargo build --release --no-default-features \ | config+json | Enables configuration support for JSON. | | config+yaml | Enables configuration support for YAML. | | config+toml | Enables configuration support for TOML. | -| config+corn | Enables configuration support for [Corn](https://github.com/jakestanger.corn). | +| config+corn | Enables configuration support for [Corn](https://github.com/jakestanger/corn). | +| config+ron | Enables configuration support for [Ron](https://github.com/ron-rs/ron). | | **Modules** | | | clipboard | Enables the `clipboard` module. | | clock | Enables the `clock` module. |