From ac611fae2647abc4f39600b514c057b85a98163e Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Mon, 1 Nov 2021 11:44:28 -0500 Subject: [PATCH] Add note about other configuration formats --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f51c5f8..04a66c4 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,11 @@ let request = client ## Contributing Feel free to open issues for anything you find an issue with. Please note that any contributed code will be licensed under the AGPLv3. +## FAQ +### Question: I want to configure it with yaml instead of toml +Answer: That's not a question, but you can configure pict-rs with json, hjson, yaml, ini, or toml. +Writing configs in other formats is left as an exercise to the reader. + ## License Copyright © 2021 Riley Trautman