From 133aa70183796ef95d67048695657b22eb68fb9d Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Fri, 11 Nov 2022 15:23:18 +0000 Subject: [PATCH] docs: set correct configuration file path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c25fcefc..92c5ee30 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ If no value was provided for a given option, a default value applies. At startup, Sablier searches for configuration in a file named sablier.yml (or sablier.yaml) in: -- `/etc/traefik/` +- `/etc/sablier/` - `$XDG_CONFIG_HOME/` - `$HOME/.config/` - `.` *(the working directory).*