diff --git a/python/module-packages/read-from-config/library.py b/python/module-packages/read-from-config/library.py index ebc50c3..8ab67ad 100644 --- a/python/module-packages/read-from-config/library.py +++ b/python/module-packages/read-from-config/library.py @@ -46,9 +46,11 @@ def set_config( Example: - `config.toml` has the following attribute set: + `config.toml` has the following attributes set: + ```toml [package.users] auth = ['user1', 'user2'] + ``` If set as an environment variable you can pass this list as a string and set check=list: