diff --git a/README.md b/README.md index 9312a11..203f59a 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,15 @@ Greenhouse Config is a config library pretty much made for myself (ChrysanthCow) Featuring a rich config builder system, it utilizes Codecs/DFU to write and read config files, as well as being able to data-fix when out of date. -### Greenhouse Config supports the following configuration languages through [Polyamory](https://git.greenhouse.lgbt/Modding/polyamory)... +### Configuration Language Support - [JSONC](https://jsonc.org/) - [JSON](https://www.json.org/json-en.html)* \* - Should not typically be used in configs. Use JSONC instead if possible. +Config languages are supported through the in house [Polyamory](https://git.greenhouse.lgbt/Modding/polyamory) library. + ### Depending on the Library When depending on Greenhouse Config, please make sure to include the mod inside your JAR. This is simply to avoid making