summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPeter Stalman <sarkedev@gmail.com>2019-02-19 02:49:30 -0800
committerAlex Goodman <wagoodman@users.noreply.github.com>2019-02-19 05:49:30 -0500
commitcf8900da84c0f5ae7de3ea24746df2431dcc2e5b (patch)
tree67a596e192c10cce6a767d26adb2c17b2f0cd279 /README.md
parent327814f589c2dddef90f49dcaf5d365876258a5e (diff)
Update README.md (#159)
Incorrect config file location
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 4483908..1cea4f9 100644
--- a/README.md
+++ b/README.md
@@ -243,5 +243,5 @@ layer:
dive will search for configs in the following locations:
- `$XDG_CONFIG_HOME/dive/*.yaml`
- `$XDG_CONFIG_DIRS/dive/*.yaml`
-- `~/.config/dive/*.yaml`
+- `~/.config/dive.yaml`
- `~/.dive.yaml`