From 4b32897f181f5cf11f39682bf961fc885498c5bd Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sat, 17 Aug 2024 15:34:11 +0200 Subject: [PATCH] Update README.rst Add missing "TOML" in readme. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6919891..87a3aa7 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Goodconf :target: https://pypi.python.org/pypi/goodconf A thin wrapper over `Pydantic's settings management `__. -Allows you to define configuration variables and load them from environment or JSON/YAML +Allows you to define configuration variables and load them from environment or JSON/YAML/TOML file. Also generates initial configuration files and documentation for your defined configuration.