summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-02-07 17:17:50 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-02-07 17:17:50 -0800
commit010b2d6759a8d21de04a86c9babf470c8ed77a6a (patch)
tree7ac02ba80fb57a5e50ef2ebe77288ee45d6bb3ab /README.md
parent788a08756ab88b48c117257685ad7b93b8fab641 (diff)
:shirt:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
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