summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-24 02:14:31 -0800
committerGitHub <noreply@github.com>2017-01-24 02:14:31 -0800
commit42c28b9717e0eae816a0229fbc1f14500d940a20 (patch)
tree6f6ee2b7683ee9d61da44d589c80e2440254794c /README.md
parent39f2e6c55ba2f270383a603eb5008ac64ba7ba08 (diff)
Update README.md
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 5db1c30..610b139 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ config = { git = "https://github.com/mehcode/config-rs.git" }
Configuration is collected in a series of layers, in order from lowest to highest priority.
1. Explicit Default — `config::set_default`
-2. Source — File, Remote (ETCD, Consul, etc.)
+2. Source — File
3. Environment
4. Explicit Set — `config::set`