summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-24 02:03:49 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-01-24 02:03:49 -0800
commit5171bcfc14deaa24e292bd4a9bde4bee0d50f7e1 (patch)
tree184cf9a07e82310709b4784d4169890e98a5f014 /README.md
parenteb7909f607d31d00d2925992d3ee26fa163aa74b (diff)
parent1aaa63332b4a6a71ba88f63d663a34b262db38d8 (diff)
Merge branch 'master' of https://github.com/mehcode/config-rs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7d4c64..1ad7cb5 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ config::merge(
).unwrap();
```
-## Getting Values
+### Getting Values
Values will attempt to convert from their underlying type (from when they were set) when accessed.