From 010b2d6759a8d21de04a86c9babf470c8ed77a6a Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Tue, 7 Feb 2017 17:17:50 -0800 Subject: :shirt: --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7a386d7..4dc3d7b 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,14 @@ - Set defaults - Set explicit values (to programmatically override) - - Read from [JSON] and [TOML] files + - Read from [JSON], [TOML], and [YAML] files - Read from environment - Loosely typed — Configuration values may be read in any supported type, as long as there exists a reasonable conversion - - Access nested fields using a formatted path — Uses a subset of JSONPath. Currently supports the child ( `redis.port` ) and subscript operators ( `databases[0].name` ). + - Access nested fields using a formatted path — Uses a subset of JSONPath. Currently supports the child ( `redis.port` ) and subscript operators ( `databases[0].name` ) [JSON]: https://github.com/serde-rs/json [TOML]: https://github.com/toml-lang/toml +[YAML]: https://github.com/chyh1990/yaml-rust ## Install -- cgit v1.2.3